1 # Contributor: Nathan Owe. <ndowens.aur at gmail dot com>
5 pkgdesc="A set of scripts that encode video for portable devices"
7 url="http://code.google.com/p/vs4p/"
9 depends=('bash' 'python')
10 source=("http://vs4p.googlecode.com/files/$pkgname-$pkgver.tgz")
11 md5sums=('c67be6d1e37534c82df9a0d7b1eadd1c')
20 cd $srcdir/$pkgname-$pkgver
22 install -d $pkgdir/usr/{share/$pkgname,bin}
24 install -Dm644 * $pkgdir/usr/share/$pkgname/
26 install -Dm755 $pkgdir/usr/share/$pkgname/dvd-to-iphone.sh $pkgdir/usr/bin/dvd-to-iphone
28 install -Dm755 $pkgdir/usr/share/$pkgname/dvd-to-psp.sh $pkgdir/usr/bin/dvd-to-psp
30 install -Dm755 $pkgdir/usr/share/$pkgname/tv-to-iphone.sh $pkgdir/usr/bin/tv-to-iphone
32 install -Dm755 $pkgdir/usr/share/$pkgname/tv-to-psp.sh $pkgdir/usr/bin/tv-to-psp
34 install -Dm755 $pkgdir/usr/share/$pkgname/video-to-iphone.sh $pkgdir/usr/bin/video-to-iphone
36 install -Dm755 $pkgdir/usr/share/$pkgname/xvid-to-psp.sh $pkgdir/usr/bin/xvid-to-psp
40 # vim:set ts=2 sw=2 et: