blob: 7077dd8a2c6a99019f2e07da13df2658052f2d5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2001 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.ebuild,v 1.1 2001/11/07 13:29:37 verwilst Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-base || die
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/mosfet-liquid0.7.tar.gz"
HOMEPAGE="http://www.mosfet.org/liquid.html"
DEPEND="$DEPEND >=kde-base/kdelibs-2.2"
RDEPEND="$RDEPEND >=kde-base/kdelibs-2.2"
src_compile() {
make -f Makefile.cvs
kde_src_compile
}
pkg_postinst() {
echo "NOTE: if you had KDE running with these widgets already enabled,
you have a spectacular crash. Enjoy!"
}
|