wok diff chromaprint-dev/receipt @ rev 24924

Add as & asxxxx
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 13 10:27:34 2022 +0000 (2022-04-13)
parents 2fdd74522103
children
line diff
     1.1 --- a/chromaprint-dev/receipt	Wed Jun 19 14:43:09 2019 +0100
     1.2 +++ b/chromaprint-dev/receipt	Wed Apr 13 10:27:34 2022 +0000
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="chromaprint-dev"
     1.7 -VERSION="1.4.3"
     1.8 +VERSION="1.5.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Library that implements a custom algorithm for extracting fingerprints from any audio source - development files."
    1.11 -MAINTAINER="developer@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="LGPLv2+"
    1.14  WEB_SITE="https://acoustid.org/chromaprint"
    1.15  
    1.16 @@ -14,9 +14,6 @@
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20 -	mkdir -p $fs/usr/lib
    1.21 -	mkdir -p $fs/usr/include	
    1.22 -
    1.23 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.24 -	cp -a $install/usr/include		$fs/usr
    1.25 +	cook_copy_folders	include
    1.26 +	cook_copy_folders	pkgconfig
    1.27  }