1 # Contributor: Jussi Timperi <jussi.timperi at gmail dot com>
6 pkgdesc="A software for the development and application of grammars that are used for the analysis of words and sentences of natural languages."
8 url="http://home.arcor.de/bjoern-beutel/malaga/"
11 makedepends=('texinfo')
13 install=malaga.install
14 source=(http://home.arcor.de/bjoern-beutel/$pkgname/$pkgname-$pkgver.tgz)
15 md5sums=('873b292d923e2d1c0643769aa58c1882')
18 cd "$srcdir/$pkgname-$pkgver"
20 ./configure --prefix=/usr
22 make DESTDIR="$pkgdir/" install
24 rm -rf "${pkgdir}/usr/share/info/dir"
27 # vim:set ts=2 sw=2 et: