aboutsummaryrefslogtreecommitdiffstats
path: root/community/whois/APKBUILD
blob: 16198d90aacdb7e5c8399646314f3f06967cbd2c (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
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=whois
pkgver=5.5.6
pkgrel=0
pkgdesc="Intelligent WHOIS client by Marco d'Itri"
url="https://github.com/rfc1036/whois"
arch="all"
license="GPL-2.0-or-later"
makedepends="perl libidn-dev gettext-dev"
options="!check"
subpackages="$pkgname-doc mkpasswd:_mkpasswd mkpasswd-doc"
source="$pkgver-$pkgver.tar.gz::https://github.com/rfc1036/whois/archive/v$pkgver.tar.gz
	undefined-libintl.patch
	enable-sha256-sha512-mkpasswd.patch
	"

build() {
	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() {
	make BASEDIR="$pkgdir" install-whois
	install -D -m644 whois.conf "$pkgdir/etc/whois.conf"
}

sha512sums="97a139a8e24b9a92c5597bc31e1b8d5d5bcab1ec4cc53f80cbdb7f2e5b7e54f36b3a8a8d90fd7b86452aad36adc0ba2015aaf936643b290c8a777f5f6cb27ef3  5.5.6-5.5.6.tar.gz
efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487  undefined-libintl.patch
66a6b36e4caa00d58ab44c8fb55bfe919994fc6c7631cc283d9f37f9d69bf3e911ab365b27b1720065103e8d7abbf7549dfb260e156c1b52726a8c8b8820c836  enable-sha256-sha512-mkpasswd.patch"