wok view chromaprint-dev/receipt @ rev 23134

Up cryptsetup (2.3.1), mtp-tools (1.1.17)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 14:56:00 2020 +0100 (2020-03-14)
parents
children 03ffd6e0af81
line source
1 # SliTaz package receipt.
3 PACKAGE="chromaprint-dev"
4 VERSION="1.4.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="Library that implements a custom algorithm for extracting fingerprints from any audio source - development files."
7 MAINTAINER="developer@slitaz.org"
8 LICENSE="LGPLv2+"
9 WEB_SITE="https://acoustid.org/chromaprint"
11 DEPENDS="chromaprint pkg-config"
12 WANTED="chromaprint"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 mkdir -p $fs/usr/include
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }