updated on Sat Jan 14 16:01:55 UTC 2012
[aur-mirror.git] / ffpoth / PKGBUILD
blobf0c65a35cb3e42d7873956f82830589fa7d34cf2
1 pkgname=ffpoth
2 pkgver=20120114
3 pkgrel=1
4 pkgdesc="ffmpeg poly thumbnail - a movie thumbnailer"
5 arch=('i686' 'x86_64')
6 license=('GPL')
7 depends=('ffmpeg')
8 url="http://code.google.com/p/ffpoth/"
9 source=("http://ffpoth.googlecode.com/files/ffpoth-${pkgver}.tar.gz")
10 md5sums=('d633379dc9ef61851e9365ac52d6ef06')
12 build() {
13         cd ${srcdir}/${pkgname}-${pkgver}/
14         make || return 1
15         DESTDIR=${pkgdir} make install