wok diff chromaprint-dev/receipt @ rev 23874

squidclamav: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 19:42:45 2020 +0000 (2020-06-25)
parents
children 03ffd6e0af81
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/chromaprint-dev/receipt	Thu Jun 25 19:42:45 2020 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="chromaprint-dev"
     1.7 +VERSION="1.4.3"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Library that implements a custom algorithm for extracting fingerprints from any audio source - development files."
    1.10 +MAINTAINER="developer@slitaz.org"
    1.11 +LICENSE="LGPLv2+"
    1.12 +WEB_SITE="https://acoustid.org/chromaprint"
    1.13 +
    1.14 +DEPENDS="chromaprint pkg-config"
    1.15 +WANTED="chromaprint"
    1.16 +
    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 +}