X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5276efbdd3a9121de14a3588a915feaf15263ef9..5a76cd437c8b0271c03ade8ad07335b2e8f590a3:/package/ps3-utils/Makefile diff --git a/package/ps3-utils/Makefile b/package/ps3-utils/Makefile index 66a93b8ba..c18aec871 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