1 # Contributor: AdriĆ Arrufat <swiftscythe@gmail.com>
6 pkgdesc="Library that provides functions to read, create, and modify mp4 files"
8 url="http://code.google.com/p/mp4v2/"
11 conflicts=('libmp4v2')
13 source=(http://mp4v2.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
14 md5sums=('986701929ef15b03155ac4fb16444797')
17 cd ${srcdir}/${pkgname}-${pkgver}
18 ./configure --prefix=/usr || return 1
20 make DESTDIR=${pkgdir} install || return 1