aboutsummaryrefslogtreecommitdiffstats
path: root/community/dhcp-probe/APKBUILD
blob: 6e7e036e4256bf2a454ee5e5c087b9c9d274b526 (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
42
43
44
45
46
47
48
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=dhcp-probe
_pkgname=dhcp_probe
pkgver=1.3.0
pkgrel=4
pkgdesc="Allows network administrators to make calculations that will assist in subnetting a network"
url="https://www.net.princeton.edu/software/dhcp_probe/"
arch="all"
license="GPL"
makedepends="libnet-dev libpcap-dev"
subpackages="$pkgname-doc"
source="http://www.net.princeton.edu/software/$_pkgname/$_pkgname-$pkgver.tar.gz
	$pkgname.initd
	$pkgname.confd"
builddir="$srcdir"/$_pkgname-$pkgver

prepare() {
	default_prepare
	update_config_guess
}

build() {
	cd "$builddir"
	./configure --prefix=/usr
	make
}
package() {
	local f
	cd "$builddir"
	make DESTDIR="$pkgdir" install
	mkdir -p "$srcdir"/etc/dhcp-probe
	install -Dm755 "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
	install -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
	install -Dm755 "$builddir"/extras/dhcp_probe.cf.sample "$pkgdir"/etc/dhcp-probe/dhcp_probe.cf
	for f in dhcp_probe_notify dhcp_probe_notify2 mail-throttled; do
		install -Dm755 "$builddir"/extras/$f "$pkgdir"/etc/dhcp-probe/$f
	done
}
md5sums="8067e696fbd88120bdcc2ffef4b64da2  dhcp_probe-1.3.0.tar.gz
2a7a823651ab64c79654983c94edc347  dhcp-probe.initd
1ffbda883f84af0daf5a2992370de643  dhcp-probe.confd"
sha256sums="227cd6a82a7fa4d989994cb076f18092bc2c82592ceaeb31c4fdd09294b9265f  dhcp_probe-1.3.0.tar.gz
af384ec0bc9c52c4da67bdc23c455ced8acebde45811c8f0ba2102ed22ad5589  dhcp-probe.initd
bb9bd5bc155c05a1e9516bd7319680881e6acc300205206c8b55b649072f3d01  dhcp-probe.confd"
sha512sums="d643012529ee5149adbc0c1f19f8e579c55201e86de2aec9b3313be9412db4e973162f864d1baaf79fa340b7bd9a7385f0f1406d1b616e801ced3c7bb387c854  dhcp_probe-1.3.0.tar.gz
3753d6b4c5780f42a4793dfa1f23df2c9a21fa56ca42083f60d23585d720e76cb96f4f38bfeb31cb2e599f3e5659ef7decec1c7c9b3c885db5abd65c4302c63c  dhcp-probe.initd
0e500c4fc58892b70a85434d5dbba45e9ca89455223ac56e8dc544d5e16539bbd4cc63795de02096669951ad7b6a8a1606660a5ee7655f3f4375fa4c4d168b73  dhcp-probe.confd"