[oe-commits] org.oe.dev speech-dispatcher: Improve packaging

coredump2 commit openembedded-commits at lists.openembedded.org
Fri Jan 4 14:34:47 UTC 2008


speech-dispatcher: Improve packaging

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: 8015a13e63ef13c856f4a5a5f4e9b1fa3f143fa8
ViewMTN: http://monotone.openembedded.org/revision/info/8015a13e63ef13c856f4a5a5f4e9b1fa3f143fa8
Files:
1
packages/speech-dispatcher/speech-dispatcher_0.6.5.bb
Diffs:

#
# mt diff -rd734e1412138fc4107a768d25359b9c89f869193 -r8015a13e63ef13c856f4a5a5f4e9b1fa3f143fa8
#
# 
# 
# patch "packages/speech-dispatcher/speech-dispatcher_0.6.5.bb"
#  from [aeea26005ee0a1b7bbc4d481def4b1c19ff8dec0]
#    to [4c119ef83390203d6cbc5962db26ac4ec8ed6733]
# 
============================================================
--- packages/speech-dispatcher/speech-dispatcher_0.6.5.bb	aeea26005ee0a1b7bbc4d481def4b1c19ff8dec0
+++ packages/speech-dispatcher/speech-dispatcher_0.6.5.bb	4c119ef83390203d6cbc5962db26ac4ec8ed6733
@@ -5,12 +5,13 @@ RPROVIDES += "speechd"
 DEPENDS = "flite libdotconf glib-2.0"
 RPROVIDES += "speechd"
 
-PR = "r0"
+PR = "r1"
 
 inherit autotools
 
 SRC_URI = "http://www.freebsoft.org/pub/projects/speechd/${PN}-${PV}.tar.gz \
-           file://srcMakefile.am.patch;patch=1 "
+           file://srcMakefile.am.patch;patch=1 \
+	   file://confSpeechd.conf_00.patch;patch=1"
 
 LEAD_SONAME = "libspeechd.so"
 
@@ -18,15 +19,20 @@ do_install() {
         install -d ${D}${bindir}
         install -d ${D}${includedir}
         install -d ${D}${libdir}/${PN}-modules
+	install -d ${D}${sysconfdir}
+	install -d ${D}${sysconfdir}/modules
 
         oe_libinstall -so -C src/audio libsdaudio ${D}${libdir}
         oe_libinstall -so -C src/c/api libspeechd ${D}${libdir}
         
         install -m 0644 ${S}/src/c/api/libspeechd.h    ${D}${includedir}
-        install -m 0755 ${S}/src/c/clients/say/spd-say ${D}${bindir}
+        install -m 0755 ${S}/src/c/clients/say/.libs/spd-say ${D}${bindir}
         install -m 0755 ${S}/src/c/clients/spdsend/spdsend ${D}${bindir}
-        install -m 0755 ${S}/src/server/speech-dispatcher  ${D}${bindir}
-        install -m 0755 ${S}/src/modules/sd_*   ${D}${libdir}/${PN}-modules/
+        install -m 0755 ${S}/src/server/.libs/speech-dispatcher  ${D}${bindir}
+        install -m 0755 ${S}/src/modules/.libs/sd_*   ${D}${libdir}/${PN}-modules/
+	
+	install -m 0644 ${S}/config/speechd.conf ${D}${sysconfdir}
+	install -m 0644 ${S}/config/modules/*.conf ${D}${sysconfdir}/modules
 }
 
 do_stage() {






More information about the Openembedded-commits mailing list