Skip to content

Commit

Permalink
tinc: update to 1.1pre15
Browse files Browse the repository at this point in the history
  • Loading branch information
rmounce committed Sep 22, 2017
1 parent e2513af commit bd69c5d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions net/tinc/Makefile
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=tinc
PKG_VERSION:=1.0.32
PKG_VERSION:=1.1pre15
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages
PKG_HASH:=4db24feaff8db4bbb7edb7a4b8f5f8edc39b26eb5feccc99e8e67a6960c05587
PKG_HASH:=41dc3e40c5f8be497b779acd6f59ef4572e1430d0d0f0436f2de5cb21a59ef18

PKG_INSTALL:=1

Expand All @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/tinc
SECTION:=net
CATEGORY:=Network
DEPENDS:=+liblzo +libopenssl +kmod-tun +zlib
DEPENDS:=+liblzo +libopenssl +kmod-tun +zlib +libncurses +libreadline
TITLE:=VPN tunneling daemon
URL:=http://www.tinc-vpn.org/
MAINTAINER:=Saverio Proto <zioproto@gmail.com>
Expand All @@ -39,10 +39,13 @@ TARGET_CFLAGS += -std=gnu99
CONFIGURE_ARGS += \
--with-kernel="$(LINUX_DIR)" \
--with-zlib="$(STAGING_DIR)/usr" \
--with-lzo-include="$(STAGING_DIR)/usr/include/lzo"
--with-lzo-include="$(STAGING_DIR)/usr/include/lzo" \
--with-curses \
--with-readline

define Package/tinc/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tinc $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tincd $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/init.d/
$(INSTALL_BIN) files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME)
Expand Down

0 comments on commit bd69c5d

Please sign in to comment.