diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-05 15:34:35 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-05 15:34:35 +0200 |
| commit | 3b76e79f14e279a6526809e630e45e4f760d77de (patch) | |
| tree | bb479b57c7ad1362f05a0532a7133c0c5232dfeb /package/libXi/Makefile | |
| parent | 9bfe4f2061f377306619fa479bc0e7adafb22125 (diff) | |
| parent | 1879491b2b6e799b20ac06d1b510726eb200944f (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libXi/Makefile')
| -rw-r--r-- | package/libXi/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/package/libXi/Makefile b/package/libXi/Makefile new file mode 100644 index 000000000..42222d9d3 --- /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:= ${MASTER_SITE_XORG} + +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 |
