Advertisement
Guest User

xbindkeys_config

a guest
Jul 25th, 2013
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.65 KB | None | 0 0
  1. #Maintainer: hellwoofa (at arcor dot de)
  2. #PKGBUILD found at http://tur.berlios.de/pkgbuild/whatah/xbindkeys_config/PKGBUILD thx!
  3. pkgname=xbindkeys_config
  4. pkgver=0.1.3
  5. pkgrel=2
  6. pkgdesc="XBindKeys_Config is an easy to use gtk program for configuring Xbindkeys."
  7. arch=(i686 x86_64)
  8. url="http://hocwp.free.fr/xbindkeys/xbindkeys.html"
  9. license=('GPL')
  10. depends=('xbindkeys' 'gtk')
  11. source=(http://home.arcor.de/hellwoofa/$pkgname-$pkgver.tar.gz)
  12. md5sums=('c8983fd822e66c9f9bfbe5e99044a203')
  13.  
  14. build() {
  15.     cd "$srcdir/$pkgname-$pkgver"
  16.     make
  17. }
  18.  
  19. package() {
  20.     cd "$srcdir/$pkgname-$pkgver"
  21.     mkdir -p $pkgdir/usr/bin
  22.     make DESTDIR="$pkgdir" install
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement