#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=deadbeef pkgver=0.5.1 zenver=72 pkgrel=1 arch=i686 source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$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://deadbeef.sourceforge.net options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') doinst() { # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "deadbeef (Ultimate Music Player For GNU/Linux)" "DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems" "with X11 (though now it also runs in plain console without X, in" "FreeBSD, and in OpenSolaris)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/doc/$pkgname-$pkgver \ --htmldir=/usr/doc/$pkgname-$pkgver --disable-ffmpeg --disable-static make || return 1 make install DESTDIR=$startdir/pkg # rm -rf $startdir/pkg/usr/share/doc }