wok-next diff xorg-libXaw3d/receipt @ rev 20467

Up cookutils (1034), TiMidity++, alpine, caps, alsaequal
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 08 01:13:43 2018 +0200 (2018-03-08)
parents ea3c4b76ea5d
children 757d032c55c7
line diff
     1.1 --- a/xorg-libXaw3d/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-libXaw3d/receipt	Thu Mar 08 01:13:43 2018 +0200
     1.3 @@ -7,41 +7,34 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  WEB_SITE="https://www.x.org/wiki/"
     1.7 -HOST_ARCH="i486 arm"
     1.8  
     1.9  TARBALL="libXaw3d-$VERSION.tar.bz2"
    1.10  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.11  
    1.12  BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev"
    1.13  SPLIT="xorg-libXaw3d-dev"
    1.14 -PKG_RULE="std-dev"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20 +	fix ld
    1.21  	./configure \
    1.22  		--sysconfdir=/etc \
    1.23  		--localstatedir=/var \
    1.24  		$CONFIGURE_ARGS &&
    1.25 +	fix libtool &&
    1.26  	make &&
    1.27  	make install
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 +genpkg_rules() {
    1.34  	case $PACKAGE in
    1.35  		*-libXaw3d)
    1.36  			copy @std
    1.37 -			DEPENDS="xorg-libxcb util-linux-uuid xorg-libICE xorg-libSM \
    1.38 -			xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu \
    1.39 -			xorg-libXt"
    1.40 +			DEPENDS="xorg-libX11 xorg-libXext xorg-libXmu xorg-libXt"
    1.41  			;;
    1.42  		*-dev)
    1.43  			copy @dev
    1.44 -			DEPENDS="xorg-libXaw3d xorg-libxcb-dev util-linux-uuid-dev \
    1.45 -			xorg-libICE-dev xorg-libSM-dev xorg-libX11-dev xorg-libXau-dev \
    1.46 -			xorg-libXdmcp-dev xorg-libXext-dev xorg-libXmu-dev xorg-libXt-dev \
    1.47 +			DEPENDS="xorg-libXaw3d \
    1.48 +			xorg-libX11-dev xorg-libXext-dev xorg-libXmu-dev xorg-libXt-dev \
    1.49  			xorg-xproto"
    1.50  			;;
    1.51  	esac