updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / libinstrudeo / PKGBUILD
blob2eac9d2c256a036e3f72dbd018b8405274f89c57
1 # Contributor: Darwin Bautista <djclue917@gmail.com>
3 pkgname=libinstrudeo
4 pkgver=0.1.4
5 pkgrel=2
6 pkgdesc="Library that provides the necessary logic to capture and process screen recordings"
7 arch=(i686 x86_64)
8 url="http://sourceforge.net/projects/libinstrudeo/"
9 license="GPL"
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')
14 options=(NOLIBTOOL)
16 build() {
17   cd ${startdir}/src/${pkgname}-${pkgver}/
18   ./configure --prefix=/usr --disable-debug
19   make || return 1
20   make DESTDIR=${startdir}/pkg install