1 # Contributor: Christoph Zeiler <rabyte*gmail>
6 pkgdesc="A C library for muxing files into the MPEG Transport Stream container format"
8 url="http://schrodinger.sourceforge.net/"
9 license=('GPL' 'LGPL' 'MIT' 'MPL')
11 makedepends=('pkgconfig>=0.9')
13 source=(http://downloads.sourceforge.net/schrodinger/$pkgname-$pkgver.tar.bz2)
14 md5sums=('592721392670e3267faf267adcc76e66')
19 ./configure --prefix=/usr --disable-static
21 make DESTDIR="$pkgdir" install
23 install -Dm644 COPYING.MIT "$pkgdir"/usr/share/licenses/$pkgname/COPYING.MIT