The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / netplug / netplug.mk
1 ################################################################################
2 #
3 # netplug
4 #
5 ################################################################################
6
7 NETPLUG_VERSION = 1.2.9.2
8 NETPLUG_SOURCE = netplug-$(NETPLUG_VERSION).tar.bz2
9 NETPLUG_SITE = http://www.red-bean.com/~bos/netplug
10 NETPLUG_LICENSE = GPLv2
11 NETPLUG_LICENSE_FILES = COPYING
12
13 define NETPLUG_BUILD_CMDS
14         $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
15 endef
16
17 define NETPLUG_INSTALL_TARGET_CMDS
18         $(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
19 endef
20
21 define NETPLUG_INSTALL_INIT_SYSV
22         $(INSTALL) -m 0755 -D package/netplug/S29netplug \
23                 $(TARGET_DIR)/etc/init.d/S29netplug
24 endef
25
26 $(eval $(generic-package))