updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dehtml / PKGBUILD
blobe847ebfd722a3b2a4e9f3d9014498fcad2e17a49
1 # Contributor: Frst21 <bud23@vp.pl>
2 # Maintainer: Chris Down <cdown.uk@gmail.com>
4 pkgname=dehtml
5 pkgver=1.8
6 pkgrel=2
7 pkgdesc="Dehtml removes HTML constructs."
8 arch=('i686' 'x86_64')
9 url="http://www.moria.de/~michael/dehtml/"
10 license="GPL"
11 provides=('dehtml')
12 md5sums=('b60f88997c702fa682631787c7b15e2c')
13 source=("http://www.moria.de/~michael/dehtml/dehtml-$pkgver.tar.gz")
15 build() {
16   cd $srcdir/dehtml-$pkgver
17   ./configure \
18   --prefix=/usr \
19   --sysconfdir=/etc 
20   make || return 1
21   make prefix=$pkgdir install