1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 02:24:10 +03:00

update sparsehash Makefile

Signed-off-by: Mirko Lindner <mirko@sharism.cc>
This commit is contained in:
Mirko Lindner 2010-02-14 14:05:23 +01:00
parent 36c149ecbe
commit 5771447b0f

View File

@ -46,15 +46,15 @@ define Build/Compile
all install
endef
# define Build/InstallDev
# $(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib
# $(CP) \
# $(PKG_INSTALL_DIR)/usr/include/SDL/SDL_image.h \
# $(1)/usr/include/SDL/
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/google $(1)/usr/lib
$(CP) \
$(PKG_INSTALL_DIR)/usr/include/google/* \
$(1)/usr/include/google/
# $(CP) \
# $(PKG_INSTALL_DIR)/usr/lib/libSDL_image*.{a,so*} \
# $(1)/usr/lib/
# endef
endef
define Package/sparsehash/install
$(INSTALL_DIR) $(1)/usr/lib