Files
meta-openembedded/meta-efl/recipes-efl/efl/epeg_svn.bb
Koen Kooi 7d995c58b1 meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-23 18:15:03 +01:00

11 lines
273 B
BlitzBasic

DESCRIPTION = "Epeg is a small library for handling thumbnails."
LICENSE = "MIT"
DEPENDS = "jpeg"
PV = "0.9.0+svnr${SRCPV}"
PR = "r2"
SRCREV = "${EFL_SRCREV_1.0.0}"
inherit efl
SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};proto=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"