#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas@gmail~dot~com, gapan@zenwalk forums) pkgname=libmms pkgver=0.6.2 zenver=72 pkgrel=1 arch=i486 source=("http://downloads.sourceforge.net/libmms/libmms-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/ISO/l/$pkgname docs=("authors" "copying.lib" "changelog" "install" "news" "readme" "readme.licence" "todo") url="http://sourceforge.net/projects/libmms" options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - microsoft streaming protocol library" "LibMMS aims to be common mms:// and mmsh:// (Microsoft streaming" "protocols) parsing library, licensed on LGPL, and thus usable by many" "projects that don't use GPL." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }