diff options
Diffstat (limited to 'rox-base/tasktray/tasktray-0.4.2.1.ebuild')
-rw-r--r-- | rox-base/tasktray/tasktray-0.4.2.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/rox-base/tasktray/tasktray-0.4.2.1.ebuild b/rox-base/tasktray/tasktray-0.4.2.1.ebuild new file mode 100644 index 000000000000..40a7b92c3b94 --- /dev/null +++ b/rox-base/tasktray/tasktray-0.4.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/tasktray-0.4.2.1.ebuild,v 1.1 2007/04/02 22:05:42 lack Exp $ + +ROX_LIB_VER=1.9.6 +inherit rox + +MY_PN="TaskTray" +DESCRIPTION="TaskTray is a rox panel applet to show running applications." +HOMEPAGE="http://rox4debian.berlios.de" +SRC_URI="ftp://ftp.berlios.de/pub/rox4debian/apps/${MY_PN}-${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=dev-python/gnome-python-desktop-2.12" + +APPNAME="${MY_PN}" +S="${WORKDIR}" + |