1 # Maintainer: dorphell <dorphell@archlinux.org>
2 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
7 pkgdesc="The Internet Junkbuster Proxy (TM) blocks unwanted banner ads and protects your privacy from cookies and other threats"
9 url="http://www.junkbuster.com/"
12 source=(http://www.sourcefiles.org/System/Daemons/Proxy/ijb20.zip junkbuster-2.0.2-fixups.patch)
14 md5sums=('4a384a649bf7bda12e5c3f8e0b809d08' '5079c8506664725532460b5c6d0e8865')
17 cd $startdir/src/$pkgname$pkgver
18 patch -p1 < ../junkbuster-2.0.2-fixups.patch || return 1
20 install -D -m755 junkbuster $startdir/pkg/usr/bin/junkbuster
21 install -D -m644 junkbuster.1 $startdir/pkg/usr/man/man1/junkbuster.1