+++ /dev/null
-DESCRIPTION = " dot.conf is an easy to use and powerful configuration file parser library"
-HOMEPAGE = "http://www.azzit.de/dotconf/"
-LICENSE = "LGPLv2"
-
-PR = "r0"
-
-inherit autotools
-
-SRC_URI = "http://www.azzit.de/dotconf/download/v1.0/${PN}-${PV}.tar.gz \
- file://srcMakefile.am_00.patch;patch=1"
-
-do_stage () {
- install -m 0644 ${S}/src/*.h ${STAGING_INCDIR}/
- oe_libinstall -C src -a -so libdotconf ${STAGING_LIBDIR}/
-}
--- /dev/null
+DESCRIPTION = " dot.conf is an easy to use and powerful configuration file parser library"
+HOMEPAGE = "http://www.azzit.de/dotconf/"
+LICENSE = "LGPLv2"
+
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "http://www.azzit.de/dotconf/download/v1.0/dotconf-${PV}.tar.gz \
+ file://srcMakefile.am_00.patch;patch=1"
+
+S = "${WORKDIR}/dotconf-${PV}"
+
+do_install() {
+ install -d ${D}${libdir}
+ install -d ${D}${includedir}
+
+ install -m 0644 ${S}/src/dotconf.h ${D}${includedir}
+ oe_libinstall -C src -so libdotconf ${D}${libdir}
+}
+
+do_stage() {
+ install -m 0644 ${S}/src/dotconf.h ${STAGING_INCDIR}/
+ oe_libinstall -C src -so libdotconf ${STAGING_LIBDIR}/
+}
for speech synthesis through a simple, stable and well documented interface."
HOMEPAGE = "http://www.freebsoft.org/speechd/"
LICENSE = "GPLv2"
-DEPENDS = "flite dotconf glib-2.0"
+DEPENDS = "flite libdotconf glib-2.0"
RPROVIDES += "speechd"
PR = "r0"