diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-01-30 22:17:39 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-01-30 22:17:39 +0000 |
commit | 19ff1e46a3a1bde73f0675df1ed926f2009b8aae (patch) | |
tree | ec0c09fa10dcdaeca325f725c9c30cca495fa0fe /rox-extra/find/find-007-r1.ebuild | |
parent | Added APPCATEGORY so a .desktop file will be installed (diff) | |
download | gentoo-2-19ff1e46a3a1bde73f0675df1ed926f2009b8aae.tar.gz gentoo-2-19ff1e46a3a1bde73f0675df1ed926f2009b8aae.tar.bz2 gentoo-2-19ff1e46a3a1bde73f0675df1ed926f2009b8aae.zip |
Added APPCATEGORY so a .desktop file will be installed
(Portage version: 2.1.2-r4)
Diffstat (limited to 'rox-extra/find/find-007-r1.ebuild')
-rw-r--r-- | rox-extra/find/find-007-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/rox-extra/find/find-007-r1.ebuild b/rox-extra/find/find-007-r1.ebuild new file mode 100644 index 000000000000..784bd6950cd0 --- /dev/null +++ b/rox-extra/find/find-007-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/find-007-r1.ebuild,v 1.1 2007/01/30 22:17:39 lack Exp $ + +ROX_LIB_VER=2.0.0 +inherit rox + +MY_PN="Find" +DESCRIPTION="Find - A file Finder utility for ROX by Ken Hayber." +HOMEPAGE="http://www.hayber.us/rox/Find" +SRC_URI="http://www.hayber.us/rox/find/${MY_PN}-${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +APPNAME=${MY_PN} +APPCATEGORY="Utility" +S=${WORKDIR} + |