summaryrefslogtreecommitdiff
path: root/package/pixman/pixman.mk
diff options
context:
space:
mode:
authorDaniel Laird <danieljlaird@hotmail.com>2008-08-26 16:27:25 +0000
committerDaniel Laird <danieljlaird@hotmail.com>2008-08-26 16:27:25 +0000
commit46f418844695525302df1905c0fe27d27c6fc484 (patch)
treef4ed590c0e779a6fef9eca97a790b76465059371 /package/pixman/pixman.mk
parentb46329c9479e4801b8eaa6828c5c32ccef81d53f (diff)
Move pixman from package/x11r7/pixman to package/pixman
Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird
Diffstat (limited to 'package/pixman/pixman.mk')
-rw-r--r--package/pixman/pixman.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk
new file mode 100644
index 000000000..2e8158f30
--- /dev/null
+++ b/package/pixman/pixman.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# pixman
+#
+################################################################################
+PIXMAN_VERSION = 0.10.0
+PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz
+PIXMAN_SITE = http://cairographics.org/releases/
+PIXMAN_AUTORECONF = NO
+PIXMAN_INSTALL_STAGING = YES
+PIXMAN_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
+PIXMAN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install install-data
+
+$(eval $(call AUTOTARGETS,package,pixman))