diff options
Diffstat (limited to 'package/libXext')
-rw-r--r-- | package/libXext/Config.in | 6 | ||||
-rw-r--r-- | package/libXext/Makefile | 27 | ||||
-rw-r--r-- | package/libXext/ipkg/libxext.control | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/package/libXext/Config.in b/package/libXext/Config.in new file mode 100644 index 000000000..1110918f5 --- /dev/null +++ b/package/libXext/Config.in @@ -0,0 +1,6 @@ +config ADK_PACKAGE_LIBXEXT + prompt "libXext................................. X library" + tristate + default n + help + http://www.x.org diff --git a/package/libXext/Makefile b/package/libXext/Makefile new file mode 100644 index 000000000..27ba0cae0 --- /dev/null +++ b/package/libXext/Makefile @@ -0,0 +1,27 @@ +# $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:= libXext +PKG_VERSION:= 1.0.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= b7749174f9b3c3227bcbabc9ffb7d1a9 +MASTER_SITES:= ${MASTER_SITE_XORG} + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBXEXT,libxext,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) + +CONFIGURE_STYLE= gnu +CONFIGURE_ARGS+= --disable-malloc0returnsnull +BUILD_STYLE= auto +INSTALL_STYLE= auto confprog + +post-install: + ${INSTALL_DIR} ${IDIR_LIBXEXT}/usr/lib + ${CP} ${WRKINST}/usr/lib/libXext.so* ${IDIR_LIBXEXT}/usr/lib/ + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/libXext/ipkg/libxext.control b/package/libXext/ipkg/libxext.control new file mode 100644 index 000000000..44a712bb7 --- /dev/null +++ b/package/libXext/ipkg/libxext.control @@ -0,0 +1,4 @@ +Package: libxext +Priority: optional +Section: x11 +Description: X.org library |