updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / asused / PKGBUILD
blobbfa09ecd18e2b28fa17dc37b61971d1003d6d997
1 # Maintainer: Gareth Campling <gareth dot campling at allurian.com>
2 pkgname=asused
3 pkgver=3.72_whois_new_query_fix
4 pkgrel=1
5 epoch=
6 pkgdesc="Command-line tool to run a check on the usage of the RIPE Whois DB"
7 arch=('i686 x86_64')
8 url="ftp://ftp.ripe.net/ripe/tools/OLD/"
9 license=('GPL')
10 groups=()
11 depends=()
12 makedepends=()
13 checkdepends=()
14 optdepends=()
15 provides=()
16 conflicts=()
17 replaces=()
18 backup=()
19 options=()
20 install=
21 changelog=
22 source=($pkgname-$pkgver.tar.gz)
23 noextract=()
24 md5sums=('133dba98ecc836897c8a53846d9d2463')
26 build() {
27   cd "$srcdir/$pkgname-$pkgver"
28   perl Makefile.PL
29   make
32 check() {
33   cd "$srcdir/$pkgname-$pkgver"
34   make test
37 package() {
38   cd "$srcdir/$pkgname-$pkgver"
39   make DESTDIR="$pkgdir/" install