1 # Contributors: Mladen Pejaković <pejakm@gmail.com>
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"
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')
16 cd ${srcdir}/$pkgname-${pkgver} || return 1
17 ./configure --prefix=/usr || return 1
19 make DESTDIR="$pkgdir" install || return 1