1 # Contributor: Tibor Bamhor <tiborb95 at gmail dot com>
6 pkgdesc="Anti-Lamenessing Engine - image enhancement tools"
7 url="http://auricle.dyndns.org/ALE/"
10 depends=('perl-exiftool')
11 source=(http://auricle.dyndns.org/ALE/download/ale-0.8.11.2.tar.gz)
13 md5sums=('1ed83d080a4bf80f88ed78acb5149c26')
16 cd $srcdir/$pkgname-$pkgver
17 #folowing is to support GC 4.3
18 # sed -i '/assert.h/a\
19 #\#include <cstring>' ui/ui.h || exit 0
22 make DESTDIR=$pkgdir install
24 mkdir -p $pkgdir/usr/bin/
25 cp $pkgdir/usr/local/bin/* $pkgdir/usr/bin
26 rm -rf $pkgdir/usr/local