#Maintainer: tsuren, script originally created by Johannes Marbach (hennes) pkgname=bmpx pkgver=0.40.14 pkgrel=1 zenver=54 arch=i486 sourcetemplate="http://zenwalk.pinguix.com/user-accounts/tsuren/xap/bmpx" source=("http://files.backtrace.info/releases/0.40/bmpx-0.40.14.tar.bz2" "http://bugs.backtrace.info/file_download.php?file_id=90&type=bug" "bmpx-libsoup24.patch") docs=("authors" "copying" "changelog" "install" "news" "readme" "todo") url=http://bmpx.backtrace.info/site/BMPx_Homepage extradepends=("gst-ffmpeg" "gst-plugins-base" "gst-plugins-bad" "gst-plugins-good" "gst-plugins-ugly") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "bmpx (media player)" "BMPx is a media player which is excruciatingly (painfully?) simple to" "use, while being very powerful under the hood. BMPx is based on the" "current experimental codebase of the BMP project." ) build() { cd $startdir/src/$pkgname-$pkgver cat ../bmpx-libsoup24.patch | patch -p1 ./configure \ --prefix=/usr \ --mandir=/usr/man \ --docdir=/usr/doc \ --disable-hal make || return 1 make install DESTDIR=$startdir/pkg }