1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:02:20 +03:00

ascii-paint: using nanoote branch

This commit is contained in:
Xiangfu Liu 2011-04-29 15:26:18 +08:00
parent 159a6770f5
commit d895199576

View File

@ -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