#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=xvidcore pkgver=1.1.3 pkgrel=1 zenver=50 arch=i486 source=("http://downloads.xvid.org/downloads/xvidcore-1.1.3.tar.gz") docs=("readme" "doc/install" "codingstyle" "copying" "changelog" "changelog-1.0" "authors" "licence" "news" "todo") url="http://www.xvid.org/" options=('norequiredbuilder') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xvidcore - ISO MPEG-4 Compliant Video Codec Library" " XviD is an ISO MPEG-4 compliant video codec, so designed to" "compress/decompress digital video. It's a open source project, which" "is developed and maintained by a handful of skilled and interested" "engineers from all over the world." ) build() { cd $startdir/src/$pkgname-$pkgver/build/generic ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }