aboutsummaryrefslogtreecommitdiffstats
path: root/community/whois/APKBUILD
blob: cd00abf59b934f0c037450b9e7d49798bf274df7 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=whois
pkgver=5.3.2
pkgrel=1
pkgdesc="Intelligent WHOIS client by Marco d'Itri"
url="https://github.com/rfc1036/whois"
arch="all"
license="GPL-2.0"
makedepends="perl libidn-dev gettext-dev"
options="!check"
subpackages="$pkgname-doc mkpasswd:_mkpasswd mkpasswd-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/rfc1036/$pkgname/archive/v$pkgver.tar.gz
	undefined-libintl.patch
	enable-sha256-sha512-mkpasswd.patch
	"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	make CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1
}

_mkpasswd() {
	depends="!expect"
	pkgdesc="mkpasswd with configurable number of rounds"
	cd "$builddir"
	make BASEDIR="$subpkgdir" install-mkpasswd
	mkdir -p  "$subpkgdir"-doc/usr
	mv "$subpkgdir"/usr/share "$subpkgdir"-doc/usr
}

package() {
	cd "$builddir"
	make BASEDIR="$pkgdir" install-whois
	install -D -m644 whois.conf "$pkgdir/etc/whois.conf"
}

sha512sums="0e61e9fce08ec9b5ca6fe0c21b5bde687505b0609b778e62277c35b00d394268e6525d8fdbf18a7574b86eace1336ea0f009e9d83f7d2c034a0240b08238d410  whois-5.3.2.tar.gz
efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487  undefined-libintl.patch
ef455fd21403995524a3de6039db41261b6549181f3dd234c6a28a10a65d09a6e86c71b6ddb752aa15f0e4ff2232887ff65bd72ed9a977b8da2ed40ea11519f1  enable-sha256-sha512-mkpasswd.patch"