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