# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ #inherit flag-o-matic kde || die inherit kde || die #append-flags -DENABLE_REPAINT need-kde 3.2 DESCRIPTION="${PN}, a KDE kicker applet that show system infos." SRC_URI="http://www.somekool.net/HTML/smk2k3/stuff/${P}.tar.bz2" HOMEPAGE="http://kde-apps.org/content/show.php?content=10457" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" SLOT="0" src_unpack() { unpack ${P}.tar.bz2 cd ${S} rm -fr autom4te.cache } src_install() { make install DESTDIR=${D} } pkg_postinst() { einfo "have fun. all comments are welcome, thanks." }