summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-10-16 01:09:11 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-10-16 01:09:11 +0000
commitd3045817aac428bdf1323c89d74cf08128e64a5a (patch)
treefd19ecfaebe97dc4c3a76e15337ea2485232664a /x11-misc/xsetleds/xsetleds-0.1.3.ebuild
parentnew package (diff)
downloadhistorical-d3045817aac428bdf1323c89d74cf08128e64a5a.tar.gz
historical-d3045817aac428bdf1323c89d74cf08128e64a5a.tar.bz2
historical-d3045817aac428bdf1323c89d74cf08128e64a5a.zip
new package
Diffstat (limited to 'x11-misc/xsetleds/xsetleds-0.1.3.ebuild')
-rw-r--r--x11-misc/xsetleds/xsetleds-0.1.3.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild
new file mode 100644
index 000000000000..e1db73bf5ebf
--- /dev/null
+++ b/x11-misc/xsetleds/xsetleds-0.1.3.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/xsetleds/xsetleds-0.1.3.ebuild,v 1.1 2003/10/16 01:09:08 seemant Exp $
+
+IUSE=""
+DESCRIPTION="xsetleds is a small tool to report and change the keyboard LED states of an X display."
+HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds"
+SRC_URI="${HOMEPAGE}/src/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64"
+
+DEPEND="virtual/x11"
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS COPYING ChangeLog README TODO
+}