wok-next diff xorg-libXfixes/receipt @ rev 19635

xorg-libICE: hide "/bin/bash: /root/missing: No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 10 02:26:02 2017 +0200 (2017-02-10)
parents 9be2dfe2fe72
children f463de72afe3
line diff
     1.1 --- a/xorg-libXfixes/receipt	Wed Mar 12 20:54:03 2014 +0100
     1.2 +++ b/xorg-libXfixes/receipt	Fri Feb 10 02:26:02 2017 +0200
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXfixes"
     1.7 -VERSION="5.0.1"
     1.8 +VERSION="5.0.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X Fixes Library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="other"
    1.13 -WEB_SITE="http://www.x.org/"
    1.14 -SOURCE="libXfixes"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 +WEB_SITE="https://www.x.org/wiki/"
    1.17 +HOST_ARCH="i486 arm"
    1.18 +
    1.19 +TARBALL="libXfixes-$VERSION.tar.bz2"
    1.20  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.21 -HOST_ARCH="i486 arm"
    1.22  
    1.23  DEPENDS="xorg-libX11"
    1.24  BUILD_DEPENDS="xorg-fixesproto xorg-libX11-dev"
    1.25 @@ -30,6 +30,5 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	mkdir -p $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31 +	cook_copy_files *.so*
    1.32  }