[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
This commit is contained in:
parent
eb86aca7d2
commit
4938c1943d
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -14,8 +14,9 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_URL:=git://seeks.git.sourceforge.net/gitroot/seeks/seeks
|
PKG_SOURCE_URL:=git://seeks.git.sourceforge.net/gitroot/seeks/seeks
|
||||||
PKG_SOURCE_PROTO=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=e8565b98cfe40fba644f587536f15f1a8665d230
|
PKG_REV:=e8565b98cfe40fba644f587536f15f1a8665d230
|
||||||
|
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user