diff --git a/ascii-paint/Makefile b/ascii-paint/Makefile index da2b9c2..138a457 100644 --- a/ascii-paint/Makefile +++ b/ascii-paint/Makefile @@ -1,12 +1,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ascii-paint -PKG_VERSION:=0.3.1 +PKG_REV:=13 +PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 +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://ascii-paint.googlecode.com/files/ -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) +PKG_SOURCE_URL:=http://ascii-paint.googlecode.com/svn/branches/nanonote/ +PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/ + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk