aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/libefso_svn.bb
blob: d9bc65190889fc1b0c2f57b8e8e709c5355331d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "EFL FSO wrapper library"
SECTION = "e/libs"
LICENSE = "GPLv2"
DEPENDS = "ecore edbus"
PV = "0.0.1+svnr${SRCPV}"

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
}