summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-05-26 07:26:53 +0200
committerhaawda2018-05-26 07:26:53 +0200
commit43e2fb686b9643cd34b3b5788a25255a6f822387 (patch)
tree997a888e956236d9e93416d526874174b4b9af17 /PKGBUILD
parente524fcc32e06e6b4b0a443fe796e477ee2484674 (diff)
downloadaur-43e2fb686b9643cd34b3b5788a25255a6f822387.tar.gz
add gconf as makedepends, but still broken build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79a21c5e8414..5f542a5aa398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,22 @@
pkgname=aeskulap
pkgver=0.2.2.beta2
-pkgrel=2
+pkgrel=3
pkgdesc="Medical image viewer and DICOM client. Compatible with parallel installation of the package 'dcmtk'."
arch=('i686' 'x86_64')
url="http://www.nongnu.org/aeskulap"
license=('GPL')
depends=('libglademm' 'dconf' 'dcmtk')
-makedepends=('intltool' 'perl-xml-parser')
-options=('!libtool')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jenslody/aeskulap/archive/release-0-2-2-beta2.tar.gz")
+makedepends=('intltool' 'perl-xml-parser' 'gconf')
+options=('!libtool' '!makeflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jenslody/$pkgname/archive/release-$pkgver.tar.gz")
md5sums=('fe440e2a266a1434cb74f3c90838a596')
+#prepare() {
+# cd $pkgname-release-${pkgver//./-}
+# patch -Np1 < "$srcdir"/namespace.diff
+#}
+
build() {
cd $pkgname-release-${pkgver//./-}
./autogen.sh