wok diff check-dev/receipt @ rev 22990

updated krb5 packages (1.17 -> 1.18)
author Hans-G?nter Theisgen
date Sun Mar 01 17:30:20 2020 +0100 (2020-03-01)
parents 2a01a33c6395
children f2701f2b47f2
line diff
     1.1 --- a/check-dev/receipt	Thu Feb 14 15:06:31 2019 +0100
     1.2 +++ b/check-dev/receipt	Sun Mar 01 17:30:20 2020 +0100
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="check-dev"
     1.7 -VERSION="0.12.0"
     1.8 +VERSION="0.13.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Check development files"
    1.11 +SHORT_DESC="Check - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="https://libcheck.github.io/check/"
    1.15  
    1.16 -WANTED="check"
    1.17  DEPENDS="check pkg-config"
    1.18  BUILD_DEPENDS=""
    1.19 +WANTED="check"
    1.20 +
    1.21  HOST_ARCH="i486 arm"
    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 $fs/usr/share
    1.27 -	
    1.28 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30 -	cp -a $install/usr/include $fs/usr
    1.31 -	cp -a $install/usr/share/aclocal $fs/usr/share
    1.32 -}
    1.33 \ No newline at end of file
    1.34 +	mkdir -p $fs/usr/lib
    1.35 +	mkdir -p $fs/usr/share
    1.36 +
    1.37 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.38 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.39 +	cp -a $install/usr/include		$fs/usr
    1.40 +	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.41 +}