#Maintainer: Tomoki Tsuchiya #Mandatory pkgname=keybinder pkgver=0.2.2 pkgrel=1tt arch=i486 docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') url=http://kaizer.se/wiki/keybinder/ sourcetemplate=http://people.salixos.org/tsuren/packages/13.37/$pkgname/ source=("http://kaizer.se/publicfiles/keybinder/keybinder-0.2.2.tar.gz") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "keybinder (a library for registering global keyboard shortcuts)" "keybinder is a library for registering global keyboard" "shortcuts. Keybinder works with GTK-based applications" "using the X Window System." ) build() { cd $startdir/src/$pkgname-$pkgver sh ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install }