summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-10-27 21:22:22 +0200
committerhaawda2017-10-27 21:22:22 +0200
commit8a1d90b1b9f951972d1e4ba19d6af304628ed131 (patch)
tree879ae8615083c732db07b0eda1faea666b8a63c7 /PKGBUILD
parent864683371b5599ac74f92073ad9668e59ae5cd9a (diff)
downloadaur-8a1d90b1b9f951972d1e4ba19d6af304628ed131.tar.gz
remove not working stuff, fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0540a1fab886..ff64106928c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}