1 # Contributor: Tim Yang <tdy@gmx.com>
5 pkgdesc="A script for transcoding video files to fixed-size MPEG4 with Vorbis audio"
7 url="http://offog.org/code/misccode.html"
9 depends=('bash' 'mkvtoolnix' 'mplayer' 'python' 'vorbis-tools')
10 source=(http://offog.org/darcs/misccode/$pkgname
11 http://offog.org/darcs/misccode/NOTES)
12 md5sums=('8fda3e9308f45039dc03b1934336c407'
13 '4f2fe7ff5833530a8e97ec3445562580')
17 sed '1,16 d' <NOTES >LICENSE
18 install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
19 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"