summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-08-25 03:20:45 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-08-25 03:20:45 +0000
commitd53d9206ef5c6c479a511cd9029b37c0f0d97702 (patch)
tree36543932a78035469c95824f113db708692cc79f /x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild
parentadd ~alpha ~ia64 (diff)
downloadgentoo-2-d53d9206ef5c6c479a511cd9029b37c0f0d97702.tar.gz
gentoo-2-d53d9206ef5c6c479a511cd9029b37c0f0d97702.tar.bz2
gentoo-2-d53d9206ef5c6c479a511cd9029b37c0f0d97702.zip
Revision bump; fix man page path installation, bug #103271. Keeping stable. Tidy old ebuilds.
(Portage version: 1.589-cvs)
Diffstat (limited to 'x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild')
-rw-r--r--x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild
new file mode 100644
index 000000000000..1adf9b41a559
--- /dev/null
+++ b/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild,v 1.1 2005/08/25 03:20:45 ka0ttic Exp $
+
+DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
+HOMEPAGE="http://bbkeys.sourceforge.net"
+SRC_URI="mirror://sourceforge/bbkeys/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ppc x86"
+IUSE=""
+
+DEPEND=">=x11-wm/blackbox-0.70.0"
+
+src_install () {
+ make DESTDIR="${D}" install || die "make install failed"
+ rm -fr ${D}/usr/share/doc
+ dodoc AUTHORS BUGS ChangeLog NEWS README
+}