#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libdbusmenu pkgver=0.5.1 zenver=72 pkgrel=1 arch=i686 source=("http://launchpad.net/dbusmenu/0.5/0.5.1/+download/libdbusmenu-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "copying-docs" "copying.lib" "changelog*" "authors" "news" "todo" "hacking" "maintainers" "thanks") url=https://launchpad.net/dbusmenu options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libdbusmenu - library for passing menus over DBus" "A small little library that was created by pulling out some comon code" "out of indicator-applet. It passes a menu structure across DBus so" "that a program can create a menu simply without worrying about how it" "is displayed on the other side of the bus." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-introspection=yes --disable-static make || return 1 make install DESTDIR=$startdir/pkg }