mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# Template file for 'dhcp'
|
||||||
pkgname=dhcp
|
pkgname=dhcp
|
||||||
version=4.4.1
|
version=4.4.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="dhcp-${version/P/-P}"
|
wrksrc="dhcp-${version/P/-P}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
conf_files="/etc/dhcpd.conf"
|
|
||||||
short_desc="Server from the Internet Software Consortium's implementation of DHCP"
|
short_desc="Server from the Internet Software Consortium's implementation of DHCP"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="ISC"
|
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"
|
distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz"
|
||||||
checksum=2a22508922ab367b4af4664a0472dc220cc9603482cf3c16d9aff14f3a76b608
|
checksum=2a22508922ab367b4af4664a0472dc220cc9603482cf3c16d9aff14f3a76b608
|
||||||
|
|
||||||
|
disable_parallel_build=yes
|
||||||
|
conf_files="/etc/dhcpd.conf"
|
||||||
|
|
||||||
make_dirs="/var/lib/dhcp 0755 root root"
|
make_dirs="/var/lib/dhcp 0755 root root"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue