#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=ipod-sharp pkgver=0.8.5 zenver=64 pkgrel=1 arch=i486 source=("http://download.banshee-project.org/ipod-sharp/0.8.5/ipod-sharp-$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/ipod-sharp options=('norequiredbuilder' 'noautodotnew') extradepends=("mono" "podsleuth") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ipod-sharp (A library that allows manipulation of the iTunesDB)" "Currently it supports adding/removing songs and manipulating" "playlists. Recent versions added the ability to manipulate" "the photo database and attach cover art." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }