aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libpixman/libpixman_0.1.5.bb
blob: 2d69d143813a4a723ffb9e5e1e11787f16652252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@debian.org>"
DEPENDS = "x11"
DESCRIPTION = "Cairo support library"
LICENSE = "X11"
SRC_URI = "http://cairographics.org/snapshots/libpixman-${PV}.tar.gz"

inherit autotools pkgconfig 

do_stage () {
	oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
}