wok diff apr-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 851fc1686394
children 096ad9edc98b
line diff
     1.1 --- a/apr-dev/receipt	Thu Dec 05 10:45:02 2013 +0000
     1.2 +++ b/apr-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,25 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="apr-dev"
     1.7 -VERSION="1.4.6"
     1.8 +VERSION="1.7.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Apache Portable Runtime Library dev files"
    1.11 +SHORT_DESC="Apache Portable Runtime Library - development files."
    1.12  MAINTAINER="lehswe@gmail.com"
    1.13  LICENSE="Apache"
    1.14 -WANTED="apr"
    1.15 -WEB_SITE="http://apr.apache.org"
    1.16 +WEB_SITE="https://apr.apache.org"
    1.17  
    1.18  DEPENDS="apr bash pkg-config"
    1.19 +WANTED="apr"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.25 -	
    1.26 -	cp -a $install/usr/bin $fs/usr
    1.27 -	cp -a $install/usr/include $fs/usr
    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/share/apr-1 $fs/usr/share
    1.31 +	mkdir -p $fs/usr/lib
    1.32 +	mkdir -p $fs/usr/share
    1.33 +
    1.34 +	cp -a $install/usr/bin			$fs/usr
    1.35 +	cp -a $install/usr/include		$fs/usr
    1.36 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.37 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.38 +	cp -a $install/usr/share/apr-1		$fs/usr/share
    1.39  }
    1.40 -