summaryrefslogtreecommitdiff
path: root/package/libXi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-14 14:39:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-14 14:39:00 +0200
commit37aacb979aa9f8f64ae772f636a631b44051b3d9 (patch)
tree022a08fa91b512f6ff03ee7a04c339b0d437304d /package/libXi
parent71d17146ab098461c45cff3ea2f071e39a02f403 (diff)
port dillo and all needed requirements
Diffstat (limited to 'package/libXi')
-rw-r--r--package/libXi/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/libXi/Makefile b/package/libXi/Makefile
new file mode 100644
index 000000000..097b902d3
--- /dev/null
+++ b/package/libXi/Makefile
@@ -0,0 +1,27 @@
+# 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:= libXi
+PKG_VERSION:= 1.3
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 1c038312e4f9b61fe72e52d0f59a01d5
+PKG_DESCR:= X Window System client interface to the XINPUT extension to the X protocol.
+PKG_SECTION:= x11
+PKG_BUILDDEP+= xproto xextproto libXext
+PKG_URL:= http://xorg.freedesktop.org/
+PKG_SITES:= http://xorg.freedesktop.org/releases/individual/lib/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBXI,libxi,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_ARGS+= --disable-malloc0returnsnull
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_LIBXI)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libXi*.so* \
+ $(IDIR_LIBXI)/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk