aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cairo/libsvg_cvs.bb
blob: 0bfa1711f0797f18135000e4b056c64ce0c10bd8 (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"
FILE_PR = "r2"

EXTRA_OECONF = "--with-expat"

inherit autotools pkgconfig

do_stage () {
	autotools_stage_all
}