blob: fcd2ba0e9602b3d40234e125f1fd51e85902daae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
}
SRC_URI[md5sum] = "422fe94b86ca92fc8f3a9d7c1e14de0a"
SRC_URI[sha256sum] = "091f50b57dcd5e755be71ca8932892abccbbf8ae59c7131d5f06108033fec921"
|