#Maintainer: Dimitris Tzemos pkgname=keybinder3 pkgver=0.3.0 pkgrel=1dj source=(http://archive.ubuntu.com/ubuntu/pool/universe/k/keybinder-3.0/keybinder-3.0_${pkgver}.orig.tar.gz) docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo") url="https://github.com/engla/keybinder/tree/keybinder-3.0" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "keybinder (Keyboard shortcut library)" "keybinder is a library for registering global keyboard shortcuts." "Keybinder works with GTK-based applications using the X Window System." "" "Homepage: http://kaizer.se/wiki/keybinder/" ) build() { cd $startdir/src/keybinder-3.0-${pkgver} ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --with-gtk --enable-gtk-doc make || return 1 make install DESTDIR=$startdir/pkg }