#Maintainer: Bhoppi Chaw pkgname=ffx264 pkgver=3.6.5 pkgrel=1 pkgdesc='a small yet quite capable shell script for encoding video files to the H.264 video format using ffmpeg and libx264.' arch=(any) url='https://ffx264.teambelgium.net/' license=(GPL2) depends=(ffmpeg) source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('1d1f0bb88a6763eec507eef0ebe096b1af935fd2092ea07d26e79c7a2ac3a034') package() { cd $pkgname-$pkgver make install PREFIX="$pkgdir"/usr }