Add libXtst.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12534 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3862b3e263
commit
b6bdfc5fc8
73
XOrg/lib/libXtst/Makefile
Normal file
73
XOrg/lib/libXtst/Makefile
Normal file
@ -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))
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user