wok view chromaprint-dev/receipt @ rev 25014

updated opencc, openss-dev and opencc-tools (1.0.5 -> 1.1.3)
author Hans-G?nter Theisgen
date Tue May 17 07:50:08 2022 +0100 (2022-05-17)
parents 2fdd74522103
children
line source
1 # SliTaz package receipt.
3 PACKAGE="chromaprint-dev"
4 VERSION="1.5.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Library that implements a custom algorithm for extracting fingerprints from any audio source - development files."
7 MAINTAINER="maintainer@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 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 }