1 # Maintainer: Jens Staal <staal1978@gmail.com>
6 pkgdesc="The Amsterdam Compiler Kit: a small compiler for various languages"
9 url="http://tack.sourceforge.net/"
11 makedepends=('mercurial')
12 source=('configpm.patch')
13 md5sums=('b719e1f0b5d28dfcd0200e103b157122')
18 # Update the repo, else clone a new one
24 hg clone http://tack.hg.sourceforge.net:8000/hgroot/tack/tack
27 msg "setting up build directories"
29 cp -ar $srcdir/tack $srcdir/build
35 msg "patching configuration file"
36 patch -p0 $srcdir/build/config.pm -i $srcdir/configpm.patch
38 msg "running configuration and building it"
45 msg "packaging The Amsterdam Compiler Kit"