summaryrefslogtreecommitdiff
path: root/package/x11r7/pixman/pixman.mk
diff options
context:
space:
mode:
authorJohn Voltz <john.voltz@gmail.com>2008-03-06 18:36:12 +0000
committerJohn Voltz <john.voltz@gmail.com>2008-03-06 18:36:12 +0000
commit1a2b4af3fb5fcac12d6c9f56963d1fcc3db92b80 (patch)
tree4234e4b0b12da77755228e612841f3fb11f85a48 /package/x11r7/pixman/pixman.mk
parenteda9b0fe87303011e8b54b01ae8ad0eca44ded0c (diff)
updated xorg to version 7.3 and added all of the fonts
Diffstat (limited to 'package/x11r7/pixman/pixman.mk')
-rw-r--r--package/x11r7/pixman/pixman.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/x11r7/pixman/pixman.mk b/package/x11r7/pixman/pixman.mk
new file mode 100644
index 000000000..c2508c061
--- /dev/null
+++ b/package/x11r7/pixman/pixman.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# pixman
+#
+################################################################################
+
+PIXMAN_VERSION = 0.9.6
+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_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_dmxproto
+
+$(eval $(call AUTOTARGETS,package/x11r7,pixman))