summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars-Peter Clausen2008-09-04 23:13:51 +0000
committerLars-Peter Clausen2008-09-04 23:13:51 +0000
commit9822ed9a4fee62cc7c959d7de979cb4d76aa0fd6 (patch)
treede26e843db3c84efc693a314d8358b945a49af8a
parent78339029076a08f5dd0bac9fe0339a06e8899515 (diff)
downloadarchive-9822ed9a4fee62cc7c959d7de979cb4d76aa0fd6.tar.gz
Add libXtst.
SVN-Revision: 12534
-rw-r--r--XOrg/lib/libXtst/Makefile73
-rw-r--r--XOrg/lib/packages1
2 files changed, 74 insertions, 0 deletions
diff --git a/XOrg/lib/libXtst/Makefile b/XOrg/lib/libXtst/Makefile
new file mode 100644
index 0000000000..bfad18a3cd
--- /dev/null
+++ b/XOrg/lib/libXtst/Makefile
@@ -0,0 +1,73 @@
+#
+# Copyright (C) 2007 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+# blogic@openwrt.org
+include $(TOPDIR)/rules.mk
+
+PKG_BASE_NAME:=libXtst
+PKG_NAME:=libXtst
+PKG_RELEASE:=2
+PKG_VERSION:=1.0.3
+PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.3/src/lib/
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/
+
+include $(INCLUDE_DIR)/package.mk
+
+define Package/libXtst
+ SECTION:=xorg-libraries
+ CATEGORY:=Xorg
+ SUBMENU:=libraries
+ DEPENDS:=+xorg-headers-native +util-macros +libX11 +libXext +recordproto +xextproto +inputproto @DISPLAY_SUPPORT
+ TITLE:=libXtst
+ URL:=http://xorg.freedesktop.org/
+endef
+
+ifeq (libXtst,libX11)
+ CONFIGURE_ARGS+=--without-xcb
+endif
+
+define libX11/Compile
+ $(MAKE_VARS) \
+ $(MAKE) -C $(PKG_BUILD_DIR)/src/util CFLAGS="" LDFLAGS="" CC="cc" makekeys
+endef
+
+define libXt/Compile
+ $(MAKE_VARS) \
+ $(MAKE) -C $(PKG_BUILD_DIR)/util CFLAGS="" LDFLAGS="" CC="cc"
+endef
+
+define Build/Compile
+ $(call $(PKG_NAME)/Compile)
+ make -C $(PKG_BUILD_DIR)
+ mkdir -p $(PKG_INSTALL_DIR)
+ DESTDIR=$(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) install
+ find $(PKG_INSTALL_DIR) -name *.la | xargs rm -rf
+endef
+
+define Build/Configure
+ $(call Build/Configure/Default, --enable-malloc0returnsnull)
+endef
+
+define Package/libXtst/install/Default
+ $(INSTALL_DIR) $(1)/usr/lib
+ find $(PKG_INSTALL_DIR)/usr/lib/ -name lib*so* | $(XARGS) -i -t cp -P {} $(1)/usr/lib
+endef
+
+define Package/libXtst/install
+ $(call Package/libXtst/install/Default,$(1))
+endef
+
+define Package/libXaw/install
+ $(call Package/libXtst/install/Default,$(1))
+ cd $(1)/usr/lib; rm -f libXaw.so.7 libXaw.so.6; ln -s libXaw7.so.7.0.0 libXaw.so.7; ln -s libXaw6.so.6.0.1 libXaw.so.6
+endef
+
+define Build/InstallDev
+ $(CP) $(PKG_INSTALL_DIR)/* $(1)
+endef
+
+$(eval $(call BuildPackage,libXtst))
diff --git a/XOrg/lib/packages b/XOrg/lib/packages
index 055652f5a7..b82741628e 100644
--- a/XOrg/lib/packages
+++ b/XOrg/lib/packages
@@ -16,6 +16,7 @@ libXpm-3.5.7|+xproto+libX11
libXrandr-1.2.2|+libXext+libXrender+randrproto+renderproto+xextproto+libX11
libXrender-0.9.4|+libX11+renderproto
libXt-1.0.4|+libSM+libX11+xproto+kbproto
+libXtst-1.0.3|+libX11+libXext+recordproto+xextproto+inputproto
libXv-1.0.3|+libXext+videoproto
libXvMC-1.0.4|+libXext+videoproto+libXv
libXxf86misc-1.0.1|+xproto+libX11+xextproto+libXext+xf86miscproto