updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / simage / PKGBUILD
blob88c2f4808f98c14a0dee4d69b5e443199a66ce6b
1 # Contributor: marcus fritzsch <fritschy@googlemail.com>
2 # Contributor: Xyne
4 pkgname=simage
5 pkgver=1.7.0
6 pkgrel=3
7 pkgdesc="provides support for loading and saving images, sound and video"
8 url="http://www.coin3d.org/lib/simage"
9 license="GPL"
10 depends=('gcc' 'libjpeg' 'libpng' 'libsm' 'libsndfile' 'libtiff' 'libungif' 'libvorbis' 'libx11' 'zlib')
11 makedepends=('gcc' 'doxygen')
12 arch=('i686' 'x86_64')
13 source=("http://ftp.coin3d.org/coin/src/all/$pkgname-$pkgver.tar.gz")
14 md5sums=('c479cc27fc80ffc39142318a233c6ae2')
16 build() {
17   cd -- "$srcdir"
18   mkdir build
19   cd build
20   ../"$pkgname-$pkgver"/configure --prefix=/usr --enable-optimization \
21     --enable-threadsafe --enable-html --enable-man --enable-exceptions \
22     --disable-debug --with-targa --with-rgb --with-pic --with-xwd --with-eps
23   make DESTDIR="$pkgdir" install