updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / gf / PKGBUILD
blobfc3197ff665795b9156ef7860a941d883302304e
1 # Contributor: Johannes Krampf <wuischke@amule.org>
2 pkgname=gf
3 pkgver=2.9
4 pkgrel=1
5 pkgdesc="The Grammatical Framework (=GF) is a grammar formalism based on type theory."
6 arch=('i686' 'x86_64')
7 url="http://www.cs.chalmers.se/~aarne/GF/"
8 license=('GPL')
9 makedepends=('ghc')
10 options=('!makeflags')
11 source=(http://www.cs.chalmers.se/~aarne/GF/download/GF-$pkgver.tgz)
12 md5sums=('0cbcd3de7835fbb3716699d817b130ec')
14 build() {
15   cd $startdir/src/GF-$pkgver/src
16   ./configure --prefix=/usr --enable-java=no
17   make || return 1
18   make bindir=$startdir/pkg/usr/bin datadir=$startdir/pkg/usr/share install-gf install-gfdoc install-lib