#Maintainer: hellwoofa (at arcor dot de) #PKGBUILD found at http://tur.berlios.de/pkgbuild/whatah/xbindkeys_config/PKGBUILD thx! pkgname=xbindkeys_config pkgver=0.1.3 pkgrel=3 pkgdesc="XBindKeys_Config is an easy to use gtk2 program for configuring Xbindkeys." arch=(i686 x86_64) url="http://hocwp.free.fr/xbindkeys/xbindkeys.html" license=('GPL') depends=('xbindkeys' 'gtk2') source=(http://home.arcor.de/hellwoofa/$pkgname-$pkgver.tar.gz http://www.grogy.com/ports/x11/xbindkeys_config/files/patch-gtk2 Makefile.patch) build() { cd $startdir/src/$pkgname-$pkgver mkdir $startdir/pkg/usr/bin -p patch -Np0 -i ../patch-gtk2 patch -Np0 -i ../Makefile.patch make || return 1 make prefix=$startdir/pkg/usr install } md5sums=('c8983fd822e66c9f9bfbe5e99044a203' '15414f9d7535eef173266c2444154501' '831d245993cb9565ddc013d19ec914b1') sha256sums=('aa4d8f31ec28aabc19a8a6e154f2abf974c337f88be2b77f63e6450f45a443e7' 'f55e1420d1f9067e8a681271e50f957488d7df935e5be14d270fd57212d23b6c' '2dd2c905d84513e1b1cf040b8d34d90b48f76bebf7aa47c58092bb1973faae2a')