blob: 09e8fa81b6698f1355c5e621049d7c2e0fceddb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@debian.org>"
DEPENDS = "virtual/x11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"
PR = "r1"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
|