2 Commits

Author SHA1 Message Date
Jay Larson
3028162f5f The following changes were made:
* Added SHELL (/bin/bash) to Makefile
  * Added BRIEF to Makefile
  * Added REPO to Makefile.dhclient and Makefile.dhcpd
2018-01-22 21:24:21 -06:00
Jay Larson
89bf02db0c The following change was made to Makefile:
* Added SRCPKG
2017-02-20 14:29:03 -06:00
3 changed files with 7 additions and 1 deletions

View File

@@ -8,10 +8,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
SHELL = /bin/bash
export SRCPKG = dhcp
export DEPENDS = glibc export DEPENDS = glibc
export ARCH = x86_64 export ARCH = x86_64
export URL = https://www.isc.org/ export URL = https://www.isc.org/
SNAPVER = 3 BRIEF = Source package for dhcpd and dhclient
SNAPVER = 5
PWD := $(shell pwd) PWD := $(shell pwd)
ROOT := $(PWD)/ROOT ROOT := $(PWD)/ROOT

View File

@@ -8,6 +8,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
REPO = core
BRIEF = DHCP Client BRIEF = DHCP Client
DESC = The Internet Systems Consortium DHCP Client, dhclient, \ DESC = The Internet Systems Consortium DHCP Client, dhclient, \
provides a means for configuring one or more network interfaces using \ provides a means for configuring one or more network interfaces using \

View File

@@ -8,6 +8,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
REPO = server
BRIEF = DHCP server BRIEF = DHCP server
DESC = The Internet Systems Consortium DHCP Server, dhcpd, implements the \ DESC = The Internet Systems Consortium DHCP Server, dhcpd, implements the \
Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap \ Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap \