OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
Date: | 2010-07-27 04:18:47 (10 years 6 months ago) |
---|---|
Author: | Xiangfu Liu |
Commit: | 5c1e00fbb25fb11f469266cbea3f0006d33f5ce5 |
Message: | [NanoMap] update to commit 012268a Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc> |
Files: |
NanoMap/Makefile (2 diffs) |
Change Details
NanoMap/Makefile | ||
---|---|---|
9 | 9 | |
10 | 10 | PKG_NAME:=NanoMap |
11 | 11 | PKG_VERSION:=0.3 |
12 | PKG_REV:=012268a764a05e3b7226a248dd81b247713d6f2f | |
12 | PKG_REV:=f550a9a873eeb83ce8f1783b7e047717043db77e | |
13 | 13 | PKG_RELEASE:=1 |
14 | 14 | |
15 | 15 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
... | ... | |
32 | 32 | MAKE_VARS += TARGETPATH=$(STAGING_DIR) |
33 | 33 | |
34 | 34 | define Build/Configure |
35 | $(STAGING_DIR)/usr/bin/qmake -spec $(STAGING_DIR)/usr/share/mkspecs/qws/linux-openwrt-g++ -o $(PKG_BUILD_DIR)/Makefile $(PKG_BUILD_DIR)/nanomap.pro | |
35 | $(STAGING_DIR_HOST)/bin/qmake -spec $(STAGING_DIR)/usr/share/mkspecs/qws/linux-openwrt-g++ -o $(PKG_BUILD_DIR)/Makefile $(PKG_BUILD_DIR)/nanomap.pro | |
36 | 36 | endef |
37 | 37 | |
38 | 38 | define Package/NanoMap/install |