#Packager: George Vlahavas pkgname=libdvbpsi pkgver=1.3.3 pkgrel=1gv source=("http://download.videolan.org/pub/libdvbpsi/$pkgver/libdvbpsi-$pkgver.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.videolan.org/developers/libdvbpsi.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libdvbpsi (simple library for MPEG TS and DVB PSI tables)" "libdvbpsi is a simple library designed for decoding and generation of" "MPEG TS and DVB PSI tables." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }