diff options
Diffstat (limited to 'rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild')
-rw-r--r-- | rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild b/rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild new file mode 100644 index 000000000000..8474c58a823c --- /dev/null +++ b/rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild,v 1.1 2007/02/10 19:56:26 lack Exp $ + +ROX_CLIB_VER=2.1.7 +inherit rox + +MY_PN="SystemTrayN" +DESCRIPTION="SystemTrayN is an updated notification area applet for ROX-Filer" +HOMEPAGE="http://www.kerofin.demon.co.uk/rox/systemtrayn.html" +SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +APPNAME=${MY_PN} +S=${WORKDIR} |