#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=xnoise-plugins-core pkgver=0.1.12 zenver=66 pkgrel=1 arch=i686 source=("http://xnoise.googlecode.com/files/xnoise-plugins-core-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://www.xnoise-media-player.com/ options=('noautodotnew' 'norequiredbuilder' 'keepdepfile') doinst() { # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xnoise-plugins-core - Plugins for xnoise" "xnoise is a media player with a slick GUI, great speed and lots of" "features.But Unlike Rhythmbox, Banshee or iTunes, xnoise uses a" "tracklist centric design. The tracklist is a list of video or music" "tracks that are played one by one without being removed. This gives" "you the possibility to enqueue any track in any order, regardless if" "they are on the same album or not." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }