* The domain is down and will not come back. Talked to the admin.
* The software was not updated for all kind of EFL API changes.
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
--- /dev/null
+DESCRIPTION = "EFL FSO wrapper library"
+SECTION = "e/libs"
+LICENSE = "GPLv2"
+DEPENDS = "ecore edbus efreet"
+PV = "0.0.1+svnr${SRCPV}"
+SRCREV = "194"
+
+SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=libefso"
+S = "${WORKDIR}/libefso"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ install -m 0644 src/lib/efso.h ${STAGING_INCDIR}/efso.h
+ oe_libinstall -a -so -C src/lib libefso ${STAGING_LIBDIR}
+ autotools_stage_all
+}