X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=minimalist-pcproxy%2FMakefile;h=36faa8d802e40f1ddc0a64722fcc66c4104b0805;hb=6ad08f74daa6451d513edf7072f7163bbf913ff6;hp=1a4f16da7ee45c0df3bbbed9d45b2f7820ec004b;hpb=aa9af551d0bf027ec683c04c4ea15a773b43af67;p=lede-routing%2F.git diff --git a/minimalist-pcproxy/Makefile b/minimalist-pcproxy/Makefile index 1a4f16d..36faa8d 100644 --- a/minimalist-pcproxy/Makefile +++ b/minimalist-pcproxy/Makefile @@ -7,13 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=minimalist-pcproxy -PKG_SOURCE_VERSION:=c8d47ff42c4354f502830faeae13bd8f269401af -PKG_VERSION:=2014-06-02-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=2d6d1b0b0a3b79a9b4a9b0a7606a84600a967bcb +PKG_VERSION:=2015-01-12-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/fingon/minimalist-pcproxy.git PKG_MAINTAINER:=Markus Stenberg +PKG_LICENSE:=GPL-2.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) @@ -26,7 +27,7 @@ define Package/minimalist-pcproxy CATEGORY:=Network TITLE:=Lightweight PCP proxy URL:=https://github.com/fingon/minimalist-pcproxy - DEPENDS:=+libubox +@IPV6 + DEPENDS:=+libubox @IPV6 endef define Package/minimalist-pcproxy/description @@ -46,7 +47,7 @@ define Package/minimalist-pcproxy/install endef define Package/minimalist-pcproxy/postinst -!/bin/sh +#!/bin/sh [ -n "$${IPKG_INSTROOT}" ] || { (. /etc/uci-defaults/x-minimalist-pcproxy.defaults) && rm -f /etc/uci-defaults/x-minimalist-pcproxy.defaults }