comparison audio/taglib/taglib.sh @ 1219:337f950c30f5

misc: use SPDX licenses
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:05:45 +0200
parents 57dc83a39b13
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1218:57dc83a39b13 1219:337f950c30f5
16 # 16 #
17 17
18 PKGNAME=taglib 18 PKGNAME=taglib
19 PKGVERSION=1.11.1 19 PKGVERSION=1.11.1
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="LGPLv21 MPLv11" 21 PKGLICENSE="LGPL-2.1-only MPLv11"
22 PKGSUMMARY="library for reading and editing metadata in audio files" 22 PKGSUMMARY="library for reading and editing metadata in audio files"
23 PKGDOWNLOAD="https://taglib.org/releases/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://taglib.org/releases/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="cmake:build" 24 PKGDEPENDS="cmake:build"
25 25
26 : ${CC:=clang} 26 : ${CC:=clang}