Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3028162f5f | ||
|
|
89bf02db0c |
6
Makefile
6
Makefile
@@ -8,10 +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 = 3
|
||||
BRIEF = Source package for dhcpd and dhclient
|
||||
SNAPVER = 5
|
||||
|
||||
PWD := $(shell pwd)
|
||||
ROOT := $(PWD)/ROOT
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user