diff options
author | haawda | 2017-10-27 21:22:22 +0200 |
---|---|---|
committer | haawda | 2017-10-27 21:22:22 +0200 |
commit | 8a1d90b1b9f951972d1e4ba19d6af304628ed131 (patch) | |
tree | 879ae8615083c732db07b0eda1faea666b8a63c7 /PKGBUILD | |
parent | 864683371b5599ac74f92073ad9668e59ae5cd9a (diff) | |
download | aur-8a1d90b1b9f951972d1e4ba19d6af304628ed131.tar.gz |
remove not working stuff, fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,12 +2,12 @@ pkgname=exact-image pkgver=0.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="Fast image manipulation programs" arch=('i686' 'x86_64') url="http://exactcode.com/opensource/exactimage/" license=('GPL2') -depends=('agg') +depends=('agg' 'jasper' 'expat' 'giflib' 'libtiff' 'openexr') source=("http://dl.exactcode.de/oss/exact-image/$pkgname-$pkgver.tar.bz2" "$pkgname-c-98.patch" "$pkgname-syntax.patch" @@ -26,7 +26,7 @@ prepare() { build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr + ./configure --prefix=/usr --without-python --without-perl make } |