updated on Thu Jan 12 12:00:22 UTC 2012
[aur-mirror.git] / malaga / PKGBUILD
blobf5d5b6b58fb5fb30cce918b6e229af0f2fe8d97e
1 # Contributor: Jussi Timperi <jussi.timperi at gmail dot com>
3 pkgname=malaga
4 pkgver=7.12
5 pkgrel=3
6 pkgdesc="A software for the development and application of grammars that are used for the analysis of words and sentences of natural languages."
7 arch=('i686' 'x86_64')
8 url="http://home.arcor.de/bjoern-beutel/malaga/"
9 license=('GPL2')
10 depends=('gtk2')
11 makedepends=('texinfo')
12 options=(!libtool)
13 install=malaga.install
14 source=(http://home.arcor.de/bjoern-beutel/$pkgname/$pkgname-$pkgver.tgz)
15 md5sums=('873b292d923e2d1c0643769aa58c1882')
17 build() {
18   cd "$srcdir/$pkgname-$pkgver"
20   ./configure --prefix=/usr
21   make || return 1
22   make DESTDIR="$pkgdir/" install
24   rm -rf "${pkgdir}/usr/share/info/dir"
27 # vim:set ts=2 sw=2 et: