#Maintainer: Richard Lapointe pkgname=mp4v2 pkgver=2.0.0 pkgrel=1rl source=(http://mp4v2.googlecode.com/files/$pkgname-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://resare.com/libmp4v2/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mp4v2 (a library provides an API to create and modify mp4 files" "The MP4v2 library provides an API to create and modify mp4 files as" "defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format is" "erived from Apple's QuickTime file format that has been used as a" "multimedia file format in a variety of platforms and applications. It" "is a very powerful and extensible format that can accommodate" "practically any type of media." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }