blob: 5d37729d3264d6c2083ec825f6bb89eb0d9329f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/x11-misc/mosfet-liquid-widgets/mosfet-liquid-widgets-0.7-r3.ebuild,v 1.2 2002/05/21 18:14:11 danarmak Exp $
inherit kde-base || die
need-kde 2.2
PN=mosfet-liquid
S=${WORKDIR}/${PN}${PV}
DESCRIPTION="Mosfet's High-Permormance Liquid Widgets and Style for KDE2.2+"
SRC_URI="http://www.mosfet.org/${PN}${PV}.tar.gz"
HOMEPAGE="http://www.mosfet.org/liquid.html"
newdepend ">=kde-base/kdebase-2.2"
|