aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cairo/libsvg_cvs.bb
blob: 95b360c0413cc781296ac4068d875d89bcfca1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PV = "0.0+cvs${SRCDATE}"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "expat jpeg zlib libpng"
DESCRIPTION = "SVG parser library"
LICENSE = "LGPL"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg"
S = "${WORKDIR}/libsvg"
PR = "r2"

EXTRA_OECONF = "--with-expat"

inherit autotools pkgconfig

do_stage () {
	autotools_stage_all
}