svox: Add build output to package 898/head
authorTed Hess <thess@kitschensync.net>
Wed, 11 Feb 2015 20:07:18 +0000 (15:07 -0500)
committerTed Hess <thess@kitschensync.net>
Wed, 11 Feb 2015 20:07:18 +0000 (15:07 -0500)
Signed-off-by: Ted Hess <thess@kitschensync.net>
sound/svox/Makefile

index 159f1e37f2e3dba17a715cc797ef63ea726f1db7..43c2b13cec4aa60f3606aaa3bd9a36ccbb98eb4d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=svox
 PKG_VERSION:=1.0+git20130326
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/non-free/s/svox
@@ -49,12 +49,13 @@ define Build/Prepare
        mv $(PKG_BUILD_DIR)/pico/* $(PKG_BUILD_DIR)
 endef
 
-define Build/Configure
-       $(call Build/Configure/Default)
-endef
-
 define Package/svox/install
-       $(call Build/Install/Default)
+       $(INSTALL_DIR) $(1)/usr/bin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/pico2wave $(1)/usr/bin/
+       $(INSTALL_DIR) $(1)/usr/lib
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libttspico.so* $(1)/usr/lib/
+       $(INSTALL_DIR) $(1)/usr/share/pico/lang
+       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/pico/lang/* $(1)/usr/share/pico/lang/
 endef
 
 $(eval $(call BuildPackage,svox))