#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=taglib-sharp pkgver=2.0.4.0 zenver=72 pkgrel=1 arch=i486 source=("http://download.banshee-project.org/taglib-sharp/2.0.4.0/taglib-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://www.taglib-sharp.com/Main_Page options=('norequiredbuilder' 'noautodotnew') extradepends=("mono") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "taglib-sharp (.NET 2.0 and Mono frameworks for audio meta-data lib)" "TagLib# is a FREE and Open Source library for the .NET 2.0 and Mono" "frameworks which will let you tag your software with as much or as" "little detail as you like without slowing you down. It supports" "a large variety of movie and music formats which abstract away" "the work, handling all the different cases, so all you have to do is" "access file.Tag.Title, file.Tag.Lyrics, or my personal favorite" "file.Tag.Pictures." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i -e "s:docs::" \ -e "s:examples::" \ Makefile.in ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }