wok-next diff xorg-xauth/receipt @ rev 20459

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 13:45:43 2018 +0200 (2018-03-02)
parents ea3c4b76ea5d
children 757d032c55c7
line diff
     1.1 --- a/xorg-xauth/receipt	Fri Jul 14 16:02:21 2017 +0300
     1.2 +++ b/xorg-xauth/receipt	Fri Mar 02 13:45:43 2018 +0200
     1.3 @@ -1,35 +1,32 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="xorg-xauth"
     1.7 -VERSION="1.0.9"
     1.8 +VERSION="1.0.10"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X authority file utility"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://www.x.org/wiki/"
    1.14 -HOST_ARCH="i486 arm"
    1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html"
    1.16  
    1.17  TARBALL="xauth-$VERSION.tar.bz2"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19  
    1.20 +BUILD_DEPENDS_arm="xorg-xproto xorg-libXau-dev"
    1.21  BUILD_DEPENDS="xorg-libXmu-dev"
    1.22 -BUILD_DEPENDS_arm="xorg-xproto xorg-libXau-dev"
    1.23 -PKG_RULE="std"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 +compile_rules() {
    1.29 +	fix ld
    1.30  	./configure \
    1.31  		--sysconfdir=/etc \
    1.32  		--localstatedir=/var \
    1.33  		$CONFIGURE_ARGS &&
    1.34 +	fix libtool &&
    1.35  	make &&
    1.36  	make install
    1.37  }
    1.38  
    1.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 -genpkg_rules()
    1.41 -{
    1.42 +genpkg_rules() {
    1.43  	copy @std
    1.44  #	mkdir -p $fs/usr/X11R6
    1.45  #	ln -s ../bin $fs/usr/X11R6/bin