contrib/package: mark luci trunk as 0.10+svnXXXX
This commit is contained in:
parent
5c54090fff
commit
bbcaef2c6c
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ PKG_NAME:=luci
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
ifeq ($(USELOCAL),1)
|
ifeq ($(USELOCAL),1)
|
||||||
PKG_VERSION:=0.9+svn
|
PKG_VERSION:=0.10+svn
|
||||||
else
|
else
|
||||||
PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
|
PKG_SOURCE_URL:=http://svn.luci.subsignal.org/luci/$(PKG_BRANCH)
|
||||||
ifeq ($(DUMP),)
|
ifeq ($(DUMP),)
|
||||||
PKG_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne's/^Revision: //p')
|
PKG_REV:=$(shell LC_ALL=C svn info $(CURDIR) | sed -ne's/^Revision: //p')
|
||||||
PKG_VERSION:=0.9+svn$(PKG_REV)
|
PKG_VERSION:=0.10+svn$(PKG_REV)
|
||||||
endif
|
endif
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
||||||
|
|
Loading…
Reference in a new issue