#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=libmms pkgver=0.4 pkgrel=1 zenver=54 arch=i486 source=("http://downloads.sourceforge.net/libmms/libmms-$pkgver.tar.gz") sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname docs=("authors" "copying.lib" "changelog" "install" "news" "readme" "readme.licence" "todo") url="http://sourceforge.net/projects/libmms" 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 make || return 1 make install DESTDIR=$startdir/pkg }