From: Geoff Levand Date: Tue, 18 Aug 2009 21:51:08 +0000 (+0000) Subject: ps3-utils: Add Build/InstallDev section to package makefile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=659f910cebb218bcf72bd65d9a74d460f1fe1f93;ds=sidebyside ps3-utils: Add Build/InstallDev section to package makefile Signed-off-by: Geoff Levand SVN-Revision: 17302 --- diff --git a/package/ps3-utils/Makefile b/package/ps3-utils/Makefile index 66a93b8ba7..c18aec871d 100644 --- a/package/ps3-utils/Makefile +++ b/package/ps3-utils/Makefile @@ -41,6 +41,18 @@ define Build/Configure $(call Build/Configure/Default) endef +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/include + $(INSTALL_DATA) \ + $(PKG_INSTALL_DIR)/usr/include/ps3*.h \ + $(1)/usr/include + + $(INSTALL_DIR) $(1)/usr/lib + $(INSTALL_BIN) \ + $(PKG_INSTALL_DIR)/usr/lib/libps3-utils.{la,a,so*} \ + $(1)/usr/lib/ +endef + define Package/ps3-utils/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/bin