1 # Maintainer: Renato Budinich <rennabh at gmail dot com>
5 pkgdesc="Removes all HTML tags from an HTML file and directs its output to stdout"
7 url="http://packages.debian.org/sid/unhtml"
11 source=(http://ftp.de.debian.org/debian/pool/main/u/unhtml/unhtml_2.3.9.tar.gz)
12 md5sums=('bd9994c40f84df2c64d489247670c58f')
15 cd "$srcdir/$pkgname-$pkgver"
17 patch Makefile "$startdir/Makefile.patch"
23 cd "$srcdir/$pkgname-$pkgver"
24 make DESTDIR="$pkgdir" install
27 # vim:set ts=2 sw=2 et: