The following changes were made:
* Completely re-written as shell script * Modified documentation to better reflect reality * Removed the rather useless 'ifquery' tool
This commit is contained in:
8
Makefile
8
Makefile
@@ -8,19 +8,19 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = dhclient,iproute2,perl
|
||||
DEPENDS = dhclient,iproute2
|
||||
ARCH = none
|
||||
URL =
|
||||
BRIEF = Scripts for starting and stopping network interfaces
|
||||
DESC = Scripts which use the iproute2 tools for automatically starting and \
|
||||
stopping network devices during startup.
|
||||
SNAPVER = 2
|
||||
SNAPVER = 0
|
||||
|
||||
ARCHIVE :=
|
||||
SRCDIR := $(PWD)/SRC/iftools
|
||||
PATCHDIR := $(PWD)/SRC/patches
|
||||
VERSION := $(shell grep 'VERSION\s*=>' SRC/iftools/ifup| \
|
||||
cut -d "'" -f2)-$(SNAPVER)
|
||||
VERSION := $(shell grep 'VERSION=' SRC/iftools/ifup| \
|
||||
cut -d "=" -f2)-$(SNAPVER)
|
||||
|
||||
include /usr/share/snap/Makefile.snaplinux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user