pixman: add new version 0.10.0
authorDirk Opfer <dirk@opfer-online.de>
Sat, 10 May 2008 12:14:11 +0000 (12:14 +0000)
committerDirk Opfer <dirk@opfer-online.de>
Sat, 10 May 2008 12:14:11 +0000 (12:14 +0000)
packages/xorg-lib/pixman_0.10.0.bb [new file with mode: 0644]

diff --git a/packages/xorg-lib/pixman_0.10.0.bb b/packages/xorg-lib/pixman_0.10.0.bb
new file mode 100644 (file)
index 0000000..1269ff4
--- /dev/null
@@ -0,0 +1,14 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DESCRIPTION = "Low-level pixel manipulation library."
+LICENSE = "X11"
+
+SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
+S = "${WORKDIR}/pixman-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage () {
+       autotools_stage_all
+}
+