#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=podsleuth pkgver=0.6.6 zenver=64 pkgrel=1 arch=i486 source=("http://download.banshee-project.org/podsleuth/0.6.6/podsleuth-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://download.banshee-project.org/podsleuth options=('norequiredbuilder' 'noautodotnew') extradepends=("mono" "sg3_utils") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "podsleuth (A tool to discover model information about an Apple iPod)" "Its primary role is to be run as a callout by HAL [1] because root" "access is needed to scan the device for required information. When" "the model information is discovered, it is merged into HAL as" "properties for other applications to use." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }