1 2 3 4 5 6 7 8 9 10 11 12 13
SECTION = "libs" LICENSE = "LGPL" PRIORITY = "optional" DEPENDS = "libsvg cairo" DESCRIPTION = "SVG rendering library" SRC_URI = "http://cairographics.org/snapshots/libsvg-cairo-${PV}.tar.gz" inherit autotools pkgconfig do_stage () { autotools_stage_all }