updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / cimg-ffmpeg-plugin / PKGBUILD
blob4f803bc738bc891ba70a4d45b238287ad2bc5f2a
1 # Contributor: zoulnix <z[o]ulnix.borke[dd]uck.c[o]m>
2 pkgname=cimg-ffmpeg-plugin
3 pkgver=1
4 pkgrel=4
5 pkgdesc="Uses FFmpeg function library with CImg to access frames of a video file."
6 arch=('i686' 'x86_64')
7 url="http://cimg.sourceforge.net/"
8 license=('CeCiLL-C' 'CeCiLL')
9 depends=('cimg' 'ffmpeg')
10 makedepends=('')
11 source=(http://downloads.sourceforge.net/cimg/ffmpegplugin.tar.gz)
12 md5sums=('9dba57dc78b1580b166afcccfe6c97c2')
14 build() {
15   cd ${srcdir}
16   install -d ${pkgdir}/usr/include/CImg/plugins || return 1
18   install -m644 cimgffmpeg.h \
19                 ${pkgdir}/usr/include/CImg/plugins/ || return 1