wok diff libXaw3dXft-dev/receipt @ rev 24021

busybox: fix busybox-1.31-stat.u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:53:34 2021 +0000 (2021-03-06)
parents 86790a278e70
children 00bff3684d8a
line diff
     1.1 --- a/libXaw3dXft-dev/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/libXaw3dXft-dev/receipt	Sat Mar 06 18:53:34 2021 +0000
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libXaw3dXft-dev"
     1.7 -VERSION="1.6.2c"
     1.8 +VERSION="1.6.2e"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xpaint module devel files."
    1.11 +SHORT_DESC="Xpaint module development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://sourceforge.net/projects/sf-xpaint/"
    1.15 +
    1.16  WANTED="libXaw3dXft"
    1.17 -WEB_SITE="https://sourceforge.net/projects/sf-xpaint/"
    1.18 +DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config"
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21 -DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config"
    1.22 -
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 +
    1.31 +	cp -a $install/usr/lib/*.*a*		$fs/usr/lib
    1.32 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.33 +	cp -a $install/usr/include		$fs/usr
    1.34  }