ps3-utils: Add Build/InstallDev section to package makefile
authorgeoff <geoff@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 18 Aug 2009 21:51:08 +0000 (21:51 +0000)
committergeoff <geoff@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 18 Aug 2009 21:51:08 +0000 (21:51 +0000)
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17302 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ps3-utils/Makefile

index 66a93b8..c18aec8 100644 (file)
@@ -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
This page took 0.026431 seconds and 4 git commands to generate.