mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-20 02:42:48 +02:00
Merge branch 'master' of projects.qi-hardware.com:openwrt-packages
This commit is contained in:
commit
29e1cbef80
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=NanoMap
|
PKG_NAME:=NanoMap
|
||||||
PKG_VERSION:=0.3
|
PKG_VERSION:=0.3
|
||||||
PKG_REV:=012268a764a05e3b7226a248dd81b247713d6f2f
|
PKG_REV:=f550a9a873eeb83ce8f1783b7e047717043db77e
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@ -32,7 +32,7 @@ endef
|
|||||||
MAKE_VARS += TARGETPATH=$(STAGING_DIR)
|
MAKE_VARS += TARGETPATH=$(STAGING_DIR)
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(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
|
$(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
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/NanoMap/install
|
define Package/NanoMap/install
|
||||||
|
Loading…
Reference in New Issue
Block a user