From: Stephen Walker Date: Tue, 19 Oct 2010 07:44:36 +0000 (+0000) Subject: [packages] click: store the git hash in the PKG_REV variable, add PKG_RELEASE, remove... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=617b72e18ad11e6043ec4c5bca6c3cd4fd9a97e4;ds=inline [packages] click: store the git hash in the PKG_REV variable, add PKG_RELEASE, remove redundant PKG_CAT and PKG_BUILD_DIR SVN-Revision: 23535 --- diff --git a/net/click/Makefile b/net/click/Makefile index 6422bc1dcd..95d2256efa 100644 --- a/net/click/Makefile +++ b/net/click/Makefile @@ -9,16 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=click PKG_VERSION:=20101002 +PKG_RELEASE:=1 +PKG_REV:=04f9a6ea146793881caa6b1721872a92d8c2ddcf PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://read.cs.ucla.edu/git/click PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=04f9a6ea146793881caa6b1721872a92d8c2ddcf +PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_MD5SUM:=e2f144265b5b61804b0634bf567bee5b -PKG_CAT:=zcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk