From: Stephen Walker Date: Tue, 7 Jun 2011 21:48:31 +0000 (+0000) Subject: seeks: store the git hash in the PKG_REV variable X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5aa19a504298915f9c50cd936d20035750e5ef1d;p=openwrt%2Fsvn-archive%2Fpackages.git seeks: store the git hash in the PKG_REV variable SVN-Revision: 27129 --- diff --git a/net/seeks/Makefile b/net/seeks/Makefile index 094e73bd1..4f72e9d44 100644 --- a/net/seeks/Makefile +++ b/net/seeks/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -14,8 +14,9 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://seeks.git.sourceforge.net/gitroot/seeks/seeks -PKG_SOURCE_PROTO=git -PKG_SOURCE_VERSION:=e8565b98cfe40fba644f587536f15f1a8665d230 +PKG_SOURCE_PROTO:=git +PKG_REV:=e8565b98cfe40fba644f587536f15f1a8665d230 +PKG_SOURCE_VERSION:=$(PKG_REV) include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk