1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Andeas W. Hauser <andy-aur@splashground.de>
7 pkgdesc="Structured GREP, for filtering based on structural criteria (for SGML,XML and HTML)"
9 url="http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
12 source=("ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/$pkgname-$pkgver.tar.gz")
13 md5sums=('99eb1ed515648f653fc7be45e0896378')
16 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr \
19 --datadir=/usr/share/$pkgname \
20 --mandir=/usr/share/man
25 cd "$srcdir/$pkgname-$pkgver"
27 make DESTDIR="$pkgdir/" install