summaryrefslogtreecommitdiff
path: root/eet/eet-native_cvs.oe
blob: bed5979c81f29ffe0d7719f2fbf1f5424d192196 (plain)
1
2
3
4
5
6
7
8
9
include eet_${PV}.oe
inherit native
DEPENDS = "zlib-native"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/eet"

do_stage () {
        oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
        install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
}