1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: Christoph Zeiler <rabyte*gmail>
7 pkgdesc="A tool for querying package repositories from various distros"
9 url="http://www.philippwesche.org/200811/whohas/intro.html"
11 depends=('perl-libwww')
12 source=(http://www.philippwesche.org/200811/whohas/whohas-$pkgver.tar.gz)
13 md5sums=('0895fb6353950fe2e686fa867aaf0416')
16 cd "$srcdir/whohas-$pkgver"
17 install -Dm755 program/whohas "$pkgdir/usr/bin/whohas"
18 install -Dm644 usr/share/man/man1/whohas.1 \
19 "$pkgdir/usr/share/man/man1/whohas.1"
20 install -Dm644 usr/share/man/de/man1/whohas.1 \
21 "$pkgdir/usr/share/man/de/man1/whohas.1"