updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / ale / PKGBUILD
blob4ba8cc5df0d3270445cc8aa565c12abf524dc371
1 # Contributor: Tibor Bamhor <tiborb95 at gmail dot com>
3 pkgname=ale
4 pkgver=0.8.11.2
5 pkgrel=1
6 pkgdesc="Anti-Lamenessing Engine - image enhancement tools"
7 url="http://auricle.dyndns.org/ALE/"
8 license="GPL"
9 arch=('i686' 'x86_64')
10 depends=('perl-exiftool')
11 source=(http://auricle.dyndns.org/ALE/download/ale-0.8.11.2.tar.gz)
13 md5sums=('1ed83d080a4bf80f88ed78acb5149c26')
15 build() {
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
20   ./configure 
21   make || return 1
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