updated on Sun Jan 15 00:02:00 UTC 2012
[aur-mirror.git] / flv2x264 / PKGBUILD
blobea2e30731596093e125569f13716e6b44753a593
1 # Contributor: 3ED <kas1987@o2.pl>
3 pkgname=flv2x264
4 pkgver=0.1
5 pkgrel=2
6 pkgdesc="flv to avi converter"
7 arch=('i686' 'x86_64')
8 license=('GPL2')
9 depends=('x264' 'mencoder' 'lame' 'bash')
10 url="http://csk.pl/~kas/?n=Scripts.Flv2x264"
11 source=(http://csk.pl/~kas/dl/flv2x264/flv2x264-0.1.tar.gz)
12 sha256sums=('91a8d15bcd0e4c1e4e9ad5e7d9a36cab768784053e773ae80c85281e3b844b0a')
14 package() {
15   cd "${srcdir}/${pkgname}-${pkgver}"
16   install -dm755 "$pkgdir/usr/bin"
17   install -m0755 flv2x264.sh "$pkgdir/usr/bin/flv2x264"