summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Amit <abhishek@gentoo.org>2003-11-15 02:18:00 +0000
committerAbhishek Amit <abhishek@gentoo.org>2003-11-15 02:18:00 +0000
commit15b458d75cb71184023c259c4452fefd661f5089 (patch)
tree3c26c2c9121db7bf72c3d2e41edc6c819358f614 /x11-misc/dsx/dsx-0.1.ebuild
parentInitial import. (diff)
downloadgentoo-2-15b458d75cb71184023c259c4452fefd661f5089.tar.gz
gentoo-2-15b458d75cb71184023c259c4452fefd661f5089.tar.bz2
gentoo-2-15b458d75cb71184023c259c4452fefd661f5089.zip
Initial import.
Diffstat (limited to 'x11-misc/dsx/dsx-0.1.ebuild')
-rw-r--r--x11-misc/dsx/dsx-0.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/dsx/dsx-0.1.ebuild b/x11-misc/dsx/dsx-0.1.ebuild
new file mode 100644
index 000000000000..1a5762e3970d
--- /dev/null
+++ b/x11-misc/dsx/dsx-0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/dsx-0.1.ebuild,v 1.1 2003/11/15 02:17:58 abhishek Exp $
+
+DESCRIPTION="dsx - command line selection of your X desktop environment"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND=""
+RDEPEND="x11-base/xfree
+>=dev-lang/python-2.1"
+
+src_install() {
+ exeinto /usr/bin
+ newexe ${FILESDIR}/${P} dsx
+}