This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

21
package/tunctl/tunctl.mk Normal file
View File

@@ -0,0 +1,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))