1 # Contributor: Brian Schubert <bewschubert@gmail.com>
6 pkgdesc="A small tool used to compile C++ software projects distributed over several directory trees."
8 url="http://www-i8.informatik.rwth-aachen.de/index.php?id=17"
10 source=(http://www-i8.informatik.rwth-aachen.de/fileadmin/download/software/acgmake/$pkgname-$pkgver.tgz
11 acgmake-1.4-qt4.patch)
12 md5sums=('926719852ea35568dcd99116305645f2' '5d60974d2f8da0fc29e7e60d9387d64c')
16 patch -p1 -i $startdir/acgmake-1.4-qt4.patch || return 1
18 mkdir -p $pkgdir/opt $pkgdir/usr/bin
19 cp -R $srcdir/acgmake $pkgdir/opt
20 chmod 755 $pkgdir/opt/acgmake/bin/*
21 ln -s /opt/acgmake/bin/acgmake $pkgdir/usr/bin