summaryrefslogtreecommitdiff
path: root/package/pixman
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/pixman
Initial import
Diffstat (limited to 'package/pixman')
-rw-r--r--package/pixman/Config.in6
-rw-r--r--package/pixman/Makefile26
-rw-r--r--package/pixman/ipkg/pixman.control4
3 files changed, 36 insertions, 0 deletions
diff --git a/package/pixman/Config.in b/package/pixman/Config.in
new file mode 100644
index 000000000..62967ef3e
--- /dev/null
+++ b/package/pixman/Config.in
@@ -0,0 +1,6 @@
+config ADK_PACKAGE_PIXMAN
+ prompt "pixman.............................. pixman library"
+ tristate
+ default n
+ help
+ http://www.cairographics.org/
diff --git a/package/pixman/Makefile b/package/pixman/Makefile
new file mode 100644
index 000000000..a7d2baec6
--- /dev/null
+++ b/package/pixman/Makefile
@@ -0,0 +1,26 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= pixman
+PKG_VERSION:= 0.13.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 837df4a02c61a60a880644393b57faed
+MASTER_SITES:= http://www.cairographics.org/releases/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,PIXMAN,pixman,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto confprog
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_PIXMAN}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libpixman-1.so* ${IDIR_PIXMAN}/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/pixman/ipkg/pixman.control b/package/pixman/ipkg/pixman.control
new file mode 100644
index 000000000..e036752c3
--- /dev/null
+++ b/package/pixman/ipkg/pixman.control
@@ -0,0 +1,4 @@
+Package: pixman
+Priority: optional
+Section: x11
+Description: pixman library