
bamf
By: a guest on
Aug 24th, 2012 | syntax:
Bash | size: 0.75 KB | hits: 78 | expires: Never
pkgname=bamf
pkgver=0.2.122
pkgrel=1
pkgdesc="Removes the headache of applications matching into a simple DBus daemon and c wrapper library"
arch=('i686' 'x86_64')
url="https://launchpad.net/bamf"
license=('GPL3')
depends=('dbus-glib' 'libwnck3' 'libgtop' 'cairo')
makedepends=('libwnck')
options=('!libtool')
source=("http://launchpad.net/$pkgname/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz")
md5sums=('4c11ee4c0b5f3bbbdd3d4b689c699d20')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
--disable-static --disable-gtktest
make ${MAKEFLAGS}
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}