updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gwhois / PKGBUILD
blob35f5685d4999c384b3a5c878208b384d109d575f
1 # $Id$
2 # Maintainer: Torrid Luna <torrid@virtyou.com>
3 # Contributor: Torrid Luna <torrid@virtyou.com>
4 pkgname=gwhois
5 pkgver=20100728
6 pkgrel=1
7 pkgdesc="gwhois is a generic whois client to traverse your requests to the right server."
8 arch=(any)
9 url="http://gwhois.de/"
10 license=('GPL')
11 groups=()
12 depends=("perl-net-libidn" "perl-lwp-simple" "curl" "lynx")
13 makedepends=()
14 optdepends=()
15 provides=()
16 conflicts=()
17 replaces=()
18 backup=()
19 options=()
20 install=
21 source=(http://gwhois.de/gwhois/gwhois_20100728.tar.gz)
22 changelog=
23 noextract=()
24 md5sums=('2b087f310916cb0b268d5107748aef87')
26 build() {
27   cd "$srcdir/$pkgname-$pkgver"
28   mkdir -p $pkgdir/etc/gwhois 
29   cp -a pattern $pkgdir/etc/gwhois/
30   mkdir -p $pkgdir/usr/bin/
31   cp gwhois $pkgdir/usr/bin/
32   mkdir -p $pkgdir/usr/share/man/man1
33   cp gwhois.1 $pkgdir/usr/share/man/man1
36 # vim:set ts=2 sw=2 et: