#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=obexd pkgver=0.42 zenver=72 pkgrel=1 arch=i486 source=("http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://www.bluez.org/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "obexd (Obex D-Bus Service Support)" "Obexd is a D-Bus service providing high-level OBEX client" "and server side functionality, and currently supports OPP, FTP" "profiles and Bluetooth transport." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }