updated on Wed Jan 25 12:16:47 UTC 2012
[aur-mirror.git] / liblazy / PKGBUILD
blob614f7bc82cefed35bf2b7efcf5cf315cd17e6037
1 # Contributors: Mladen Pejaković <pejakm@gmail.com>
3 pkgname=liblazy
4 pkgver=0.2
5 pkgrel=1
6 pkgdesc="Simple and easy to use library that provides convenient functions for sending messages over the D-Bus daemon"
7 url="http://www.freedesktop.org/wiki/Software/liblazy"
8 license=('GPL')
9 arch=('i686' 'x86_64')
10 makedepends=('pkg-config' 'dbus')
11 source=(http://repository.slacky.eu/slackware-12.0/libraries/liblazy/0.2/src/${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('d1a91efd155dcd1467c2768447d01e42')
15 build() {
16   cd ${srcdir}/$pkgname-${pkgver} || return 1
17   ./configure --prefix=/usr || return 1
18   make -s || return 1
19   make DESTDIR="$pkgdir" install || return 1