Don't like ads? PRO users don't see any ads ;-)
Guest

bamf

By: a guest on Aug 24th, 2012  |  syntax: Bash  |  size: 0.75 KB  |  hits: 78  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pkgname=bamf
  2. pkgver=0.2.122
  3. pkgrel=1
  4. pkgdesc="Removes the headache of applications matching into a simple DBus daemon and c wrapper library"
  5. arch=('i686' 'x86_64')
  6. url="https://launchpad.net/bamf"
  7. license=('GPL3')
  8. depends=('dbus-glib' 'libwnck3' 'libgtop' 'cairo')
  9. makedepends=('libwnck')
  10. options=('!libtool')
  11. source=("http://launchpad.net/$pkgname/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz")
  12. md5sums=('4c11ee4c0b5f3bbbdd3d4b689c699d20')
  13.  
  14. build() {
  15.   cd "$srcdir/$pkgname-$pkgver"
  16.  
  17.   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
  18.               --disable-static --disable-gtktest
  19.   make ${MAKEFLAGS}
  20. }
  21.  
  22. package() {
  23.   cd "$srcdir/$pkgname-$pkgver"
  24.   make DESTDIR="$pkgdir/" install
  25. }