updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / unhtml / PKGBUILD
blob5ed42e9149f846f36ebb903ca4274d4efd271ec0
1 # Maintainer: Renato Budinich <rennabh at gmail dot com>
2 pkgname=unhtml
3 pkgver=2.3.9
4 pkgrel=3
5 pkgdesc="Removes all HTML tags from an HTML file and directs its output to stdout"
6 arch=('i686' 'x86_64')
7 url="http://packages.debian.org/sid/unhtml"
8 license=('GPL')
9 depends=('glibc')
10 provides=('')
11 source=(http://ftp.de.debian.org/debian/pool/main/u/unhtml/unhtml_2.3.9.tar.gz)
12 md5sums=('bd9994c40f84df2c64d489247670c58f')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   patch Makefile "$startdir/Makefile.patch" 
19   make 
22 package(){
23   cd "$srcdir/$pkgname-$pkgver"
24   make DESTDIR="$pkgdir" install 
27 # vim:set ts=2 sw=2 et: