aboutsummaryrefslogtreecommitdiff
path: root/net/udpxy/Makefile
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2015-03-05 13:52:38 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2015-03-05 13:52:38 +0100
commitfd62435cd42ef6ef431109ca3f15b47a50df214a (patch)
tree0beccfdca8da188a02d632ba8d6bb6b124dc8d66 /net/udpxy/Makefile
parentc1d650f896beeaedc205550cff61184206c6ae62 (diff)
udpxy: fix build on OS X and clean up Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'net/udpxy/Makefile')
-rw-r--r--net/udpxy/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile
index 8fc927645..6eeca1950 100644
--- a/net/udpxy/Makefile
+++ b/net/udpxy/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2014 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=udpxy
-PKG_VERSION:=2014-10-27
-PKG_RELEASE:=$(PKG_SOURCE_VERSION)
+PKG_SOURCE_VERSION:=c045a1e855a8033c5d70ab3e42271ba5636eb520
+PKG_VERSION:=2014-10-27-$(PKG_SOURCE_VERSION)
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/pcherenkov/udpxy.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=c045a1e855a8033c5d70ab3e42271ba5636eb520
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
PKG_LICENSE:=GPL-3.0