wok diff libpng+apng-dev/receipt @ rev 21359

updated linapple (2a -> 2b)
author Hans-G?nter Theisgen
date Sun Apr 21 10:37:57 2019 +0100 (2019-04-21)
parents 5e2c216c7408
children 4fea4d70e3c3
line diff
     1.1 --- a/libpng+apng-dev/receipt	Sun Feb 19 09:20:46 2017 +0000
     1.2 +++ b/libpng+apng-dev/receipt	Sun Apr 21 10:37:57 2019 +0100
     1.3 @@ -1,26 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libpng+apng-dev"
     1.7 -VERSION="1.6.28"
     1.8 +VERSION="1.6.36"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libpng (with APNG support)"
    1.11 +SHORT_DESC="Development files for libpng (with APNG support)."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="zlib/libpng"
    1.14  WEB_SITE="http://libpng.org/pub/png/libpng.html"
    1.15 -HOST_ARCH="i486 arm"
    1.16  
    1.17  WANTED="libpng+apng"
    1.18  DEPENDS="libpng+apng pkg-config"
    1.19  
    1.20 +HOST_ARCH="i486 arm"
    1.21 +
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p \
    1.26  		$fs/usr/lib \
    1.27  		$fs/usr/share/licenses
    1.28 -	cp -a $install/usr/bin $fs/usr
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.31 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.32 -	cp -a $src/LICENSE $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    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/*.la		$fs/usr/lib
    1.37 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.38 +	cp -a $src/LICENSE \
    1.39 +		$fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.40  }