diff --git a/Makefile b/Makefile index bdc416e..6b89fbe 100644 --- a/Makefile +++ b/Makefile @@ -8,11 +8,14 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +SHELL = /bin/bash + export SRCPKG = dhcp export DEPENDS = glibc export ARCH = x86_64 export URL = https://www.isc.org/ -SNAPVER = 4 +BRIEF = Source package for dhcpd and dhclient +SNAPVER = 5 PWD := $(shell pwd) ROOT := $(PWD)/ROOT diff --git a/Makefile.dhclient b/Makefile.dhclient index e0c8adb..b8f1d1c 100644 --- a/Makefile.dhclient +++ b/Makefile.dhclient @@ -8,6 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +REPO = core BRIEF = DHCP Client DESC = The Internet Systems Consortium DHCP Client, dhclient, \ provides a means for configuring one or more network interfaces using \ diff --git a/Makefile.dhcpd b/Makefile.dhcpd index a5e313d..de5b6ed 100644 --- a/Makefile.dhcpd +++ b/Makefile.dhcpd @@ -8,6 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. +REPO = server BRIEF = DHCP server DESC = The Internet Systems Consortium DHCP Server, dhcpd, implements the \ Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap \