summaryrefslogtreecommitdiffstats
path: root/package/tunctl/tunctl.mk
blob: 0d7b88dfa59508a84c260b4bfc2cf5bc852be37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
#
# tunctl
#
################################################################################

TUNCTL_VERSION = 1.5
TUNCTL_SITE = http://downloads.sourceforge.net/project/tunctl/tunctl/$(TUNCTL_VERSION)

TUNCTL_LICENSE = GPL-2.0
TUNCTL_LICENSE_FILES = tunctl.c

define TUNCTL_BUILD_CMDS
	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) tunctl
endef

define TUNCTL_INSTALL_TARGET_CMDS
	$(INSTALL) -m 0755 -D $(@D)/tunctl $(TARGET_DIR)/usr/sbin/tunctl
endef

$(eval $(generic-package))
OpenPOWER on IntegriCloud