diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-07-12 13:45:13 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-07-12 13:45:13 +0000 |
commit | ab40337beeb214e4c2a7e235d4578927c31183a8 (patch) | |
tree | bf0607b3d5391607462c2f6a6e5523e823d7d590 /net-misc/knemo/knemo-0.1.10.ebuild | |
parent | ver bump (diff) | |
download | historical-ab40337beeb214e4c2a7e235d4578927c31183a8.tar.gz historical-ab40337beeb214e4c2a7e235d4578927c31183a8.tar.bz2 historical-ab40337beeb214e4c2a7e235d4578927c31183a8.zip |
version bump
Diffstat (limited to 'net-misc/knemo/knemo-0.1.10.ebuild')
-rw-r--r-- | net-misc/knemo/knemo-0.1.10.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/knemo/knemo-0.1.10.ebuild b/net-misc/knemo/knemo-0.1.10.ebuild new file mode 100644 index 000000000000..700b7677091e --- /dev/null +++ b/net-misc/knemo/knemo-0.1.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/knemo/knemo-0.1.10.ebuild,v 1.1 2004/07/12 13:45:13 carlo Exp $ + +inherit kde + +DESCRIPTION="KNemo - the KDE Network Monitor" +SRC_URI="http://kde-apps.org/content/files/12956-${P}.tar.bz2" +HOMEPAGE="http://kde-apps.org/content/show.php?content=12956" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +IUSE="wifi" + +RDEPEND="sys-apps/net-tools + wifi? ( net-wireless/wireless-tools )" +need-kde 3.2 + +pkg_postinst() { + einfo "" + einfo "KNemo is not an executable but an KDED service. Therefore it has to" + einfo "be started using Control Center/KDE Components/Service Manager." + einfo "" +}
\ No newline at end of file |