The following changes were made to Makefile:
* Added glibc as dependency * Changed version string to new format * Corrected test section * Added BRIEF to dhcpd and dhclient makefiles
This commit is contained in:
7
Makefile
7
Makefile
@@ -8,11 +8,10 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
export DEPENDS =
|
export DEPENDS = glibc
|
||||||
export ARCH = x86_64
|
export ARCH = x86_64
|
||||||
export URL = https://www.isc.org/
|
export URL = https://www.isc.org/
|
||||||
DESC =
|
SNAPVER = 2
|
||||||
SNAPVER = sr1
|
|
||||||
|
|
||||||
PWD := $(shell pwd)
|
PWD := $(shell pwd)
|
||||||
ROOT := $(PWD)/ROOT
|
ROOT := $(PWD)/ROOT
|
||||||
@@ -76,7 +75,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
|||||||
$(SRCDIR)/client/dhclient: $(SRCDIR)/config.log
|
$(SRCDIR)/client/dhclient: $(SRCDIR)/config.log
|
||||||
@cd $(SRCDIR) && make
|
@cd $(SRCDIR) && make
|
||||||
|
|
||||||
test: $(ROOT)
|
test: $(DHCLIENTROOT) $(DHCPDROOT)
|
||||||
@cd $(SRCDIR); \
|
@cd $(SRCDIR); \
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,9 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
|
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 \
|
||||||
the Dynamic Host Configuration Protocol
|
the Dynamic Host Configuration Protocol
|
||||||
|
|
||||||
include /usr/share/snap/Makefile.snaplinux
|
include /usr/share/snap/Makefile.snaplinux
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
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 \
|
||||||
Protocol (BOOTP)
|
Protocol (BOOTP)
|
||||||
|
|||||||
Reference in New Issue
Block a user