From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/xbindkeys/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 community/xbindkeys/PKGBUILD (limited to 'community/xbindkeys/PKGBUILD') diff --git a/community/xbindkeys/PKGBUILD b/community/xbindkeys/PKGBUILD new file mode 100644 index 000000000..73adc63b4 --- /dev/null +++ b/community/xbindkeys/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 92556 2013-06-08 11:18:52Z bpiotrowski $ +# Maintainer: Florian Pritz +# Contributor: Daniel J Griffiths +# Contributor: Thayer Williams + +pkgname=xbindkeys +pkgver=1.8.5 +pkgrel=4 +pkgdesc="Launch shell commands with your keyboard or your mouse under X" +arch=('i686' 'x86_64') +url="http://www.nongnu.org/xbindkeys/xbindkeys.html" +license=('GPL') +depends=('libx11' 'guile') +optdepends=('tk: xbindkeys_show') +source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) +md5sums=('4b66a05594dbc6888c0a6439351aa66d') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf