aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/epeg_svn.bb
blob: 1ad5c369b24707a9e40223ea5d23f68c912d4266 (plain)
1
2
3
4
5
6
7
8
9
10
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}"