1 # Contributor: Darwin Bautista <djclue917@gmail.com>
6 pkgdesc="Library that provides the necessary logic to capture and process screen recordings"
8 url="http://sourceforge.net/projects/libinstrudeo/"
10 depends=('curl' 'ffmpeg' 'freeglut' 'libdc1394' 'libgl' 'libtheora' 'libxml++2')
11 makedepends=('ftgl' 'gsm')
12 source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
13 md5sums=('90fad6e48c65c132e700a21f12e64ef1')
17 cd ${startdir}/src/${pkgname}-${pkgver}/
18 ./configure --prefix=/usr --disable-debug
20 make DESTDIR=${startdir}/pkg install