From 4938c1943db34b8727b55f79f23f8464958fd1fc Mon Sep 17 00:00:00 2001 From: swalker Date: Tue, 7 Jun 2011 21:48:31 +0000 Subject: [PATCH] [packages] seeks: store the git hash in the PKG_REV variable git-svn-id: svn://svn.openwrt.org/openwrt/packages@27129 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/seeks/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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