libtcod: using source code tags: 1.5.0

This commit is contained in:
Xiangfu Liu 2011-04-25 22:47:37 +08:00
parent dfdcbcb944
commit b59a47dd00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://doryen.eptalys.net/svn-libtcod/branches/1.5.0/
PKG_SOURCE_URL:=http://doryen.eptalys.net/svn-libtcod/tags/1.5.0/
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
include $(INCLUDE_DIR)/package.mk