summaryrefslogtreecommitdiff
path: root/extra/whois/PKGBUILD
blob: a103352409a79b630d565321b00a5eddf4de9d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: PKGBUILD 183246 2013-04-19 14:14:54Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>

pkgname=whois
pkgver=5.0.24
pkgrel=1
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.linux.it/~md/software/"
license=('GPL')
depends=('libidn')
makedepends=('perl')
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
md5sums=('34c45f9beaafa5ae58d7d8b366c7c262')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  make prefix=/usr BASEDIR="${pkgdir}" install-whois
}