summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-07-09 17:50:16 +0000
committerTilman Klar <phoenix@gentoo.org>2002-07-09 17:50:16 +0000
commite21015e84b22ceae4c65253f95f96d5b700377ed (patch)
treeb59907d348e624408598b97292fa0cb7528c73ac /x11-misc/xbindkeys
parentNew package. ebuild originally by mark.gt@ruddygore.net. lintool'd and repo... (diff)
downloadhistorical-e21015e84b22ceae4c65253f95f96d5b700377ed.tar.gz
historical-e21015e84b22ceae4c65253f95f96d5b700377ed.tar.bz2
historical-e21015e84b22ceae4c65253f95f96d5b700377ed.zip
New package: xbindkeys.
Diffstat (limited to 'x11-misc/xbindkeys')
-rw-r--r--x11-misc/xbindkeys/ChangeLog18
-rw-r--r--x11-misc/xbindkeys/files/digest-xbindkeys-1.5.51
-rw-r--r--x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild27
3 files changed, 46 insertions, 0 deletions
diff --git a/x11-misc/xbindkeys/ChangeLog b/x11-misc/xbindkeys/ChangeLog
new file mode 100644
index 000000000000..e941fa5181db
--- /dev/null
+++ b/x11-misc/xbindkeys/ChangeLog
@@ -0,0 +1,18 @@
+# ChangeLog for x11-misc/xbindkeys
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.1 2002/07/09 17:47:05 phoenix Exp $
+
+*xbindkeys-1.5.5.ebuild (09 July 2002)
+
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog, xbindkeys-1.5.5.ebuild,
+ files/digest-xbindkeys-1.5.5 :
+
+ Initial cvs commit. Ebuild contributed by Niklas Höglund < niklas.hoglund@telia.com>.
+ Thanks for the contribution.
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
+
diff --git a/x11-misc/xbindkeys/files/digest-xbindkeys-1.5.5 b/x11-misc/xbindkeys/files/digest-xbindkeys-1.5.5
new file mode 100644
index 000000000000..695e3f6d8b2f
--- /dev/null
+++ b/x11-misc/xbindkeys/files/digest-xbindkeys-1.5.5
@@ -0,0 +1 @@
+MD5 41596059a4fc877efa7c50f1d4f915a7 xbindkeys-1.5.5.tar.gz 73777
diff --git a/x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild b/x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild
new file mode 100644
index 000000000000..4a7ed4fe03e4
--- /dev/null
+++ b/x11-misc/xbindkeys/xbindkeys-1.5.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Niklas Höglund <niklas.hoglund@telia.com>
+# $Header : $
+
+DESCRIPTION="Tool for launching commands on keystrokes"
+SRC_URI="http://hocwp.free.fr/xbindkeys/${P}.tar.gz"
+HOMEPAGE="http://hocwp.free.fr/xbindkeys/"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+SLOT="0"
+
+DEPEND=">=x11-base/xfree-4.1.0"
+
+src_compile() {
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake DESTDIR=${D} || die
+
+}
+
+src_install() {
+ emake DESTDIR=${D} \
+ BINDIR=/usr/bin install || die "Installation failed"
+
+}
+