wok-next diff xorg-libXrender/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents 7bae09de1061
children f463de72afe3
line diff
     1.1 --- a/xorg-libXrender/receipt	Wed Mar 12 03:53:08 2014 +0100
     1.2 +++ b/xorg-libXrender/receipt	Thu Mar 16 18:37:27 2017 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXrender"
     1.7 -VERSION="0.9.8"
     1.8 +VERSION="0.9.9"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X Render Library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="other"
    1.13 -SOURCE="libXrender"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.x.org/"
    1.16 +WEB_SITE="https://www.x.org/wiki/"
    1.17 +HOST_ARCH="i486 arm"
    1.18 +
    1.19 +TARBALL="libXrender-$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-libX11-dev xorg-renderproto"
    1.25 @@ -29,6 +29,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  }