dhcp: fix homepage=
This commit is contained in:
parent
813a4920c3
commit
e960d623b2
1 changed files with 5 additions and 4 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'dhcp'
|
||||
pkgname=dhcp
|
||||
version=4.4.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="dhcp-${version/P/-P}"
|
||||
build_style=gnu-configure
|
||||
disable_parallel_build=yes
|
||||
hostmakedepends="perl"
|
||||
conf_files="/etc/dhcpd.conf"
|
||||
short_desc="Server from the Internet Software Consortium's implementation of DHCP"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="https://www.isc.org/software/dhcp"
|
||||
homepage="https://www.isc.org/downloads/dhcp"
|
||||
distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz"
|
||||
checksum=2a22508922ab367b4af4664a0472dc220cc9603482cf3c16d9aff14f3a76b608
|
||||
|
||||
disable_parallel_build=yes
|
||||
conf_files="/etc/dhcpd.conf"
|
||||
|
||||
make_dirs="/var/lib/dhcp 0755 root root"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue