#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=Coherence pkgver=0.6.6.2 zenver=66 pkgrel=1 arch=noarch source=("http://coherence.beebits.net/download/Coherence-$pkgver.tar.gz" \ "http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/ap/$pkgname/org.Coherence.service") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/ap/$pkgname docs=("changelog" "licence" "news" "readme") url=http://coherence.beebits.net/ extradepends=("python" "configobj") options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Coherence (The media server support Transcoding)" "Coherence offers a toolkit including:" "* a DLNA/UPnP MediaServer stand-alone application" "* an audio/video DLNA/UPnP MediaRenderer stand-alone application" "* Cadre: an image DLNA/UPnP MediaRenderer stand-alone application" "* Mirabeau: a standalone UPnP bridge application" "* The Inspector: a UPnP Device and Service analyzer/debugger tool" "* Puncher: a command-line UPnP InternetGatewayDevice manipulation tool" ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --root=$startdir/pkg --prefix=/usr mkdir -p $startdir/pkg/usr/share/dbus-1/services/ cp $startdir/src/org.Coherence.service $startdir/pkg/usr/share/dbus-1/services/ }