summaryrefslogtreecommitdiff
path: root/package/libX11/Makefile
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/libX11/Makefile
Initial import
Diffstat (limited to 'package/libX11/Makefile')
-rw-r--r--package/libX11/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/package/libX11/Makefile b/package/libX11/Makefile
new file mode 100644
index 000000000..2709dd1f7
--- /dev/null
+++ b/package/libX11/Makefile
@@ -0,0 +1,30 @@
+# $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:= libX11
+PKG_VERSION:= 1.1.5
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 2feb39a0de6f05b25c308268691d960c
+MASTER_SITES:= ${MASTER_SITE_XORG}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBX11,libx11,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+
+CONFIGURE_STYLE= gnu
+CONFIGURE_ARGS+= --enable-xlocale \
+ --disable-xf86bigfont \
+ --disable-malloc0returnsnull \
+ --without-xcb
+BUILD_STYLE= auto
+INSTALL_STYLE= auto confprog
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_LIBX11}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libX11.so* ${IDIR_LIBX11}/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk