comparison graphics/exiv2/exiv2.sh @ 1107:7791d3dbfecf

vanilla: consolidate licenses and many options
author David Demelier <markand@malikania.fr>
date Wed, 18 Sep 2019 21:01:00 +0200
parents ddab65a5b3f5
children 6710613b88b9
comparison
equal deleted inserted replaced
1106:477457540aa0 1107:7791d3dbfecf
16 # 16 #
17 17
18 PKGNAME=exiv2 18 PKGNAME=exiv2
19 PKGVERSION=0.27.2 19 PKGVERSION=0.27.2
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="one of README.licenses.md or CUSTOM" 21 PKGLICENSE="GPLv20 BSD3CLAUSE"
22 PKGSUMMARY="C++ library for reading and modifying image metadata" 22 PKGSUMMARY="C++ library for reading and modifying image metadata"
23 PKGDOWNLOAD="https://www.exiv2.org/builds/$PKGNAME-$PKGVERSION-Source.tar.gz" 23 PKGDOWNLOAD="https://www.exiv2.org/builds/$PKGNAME-$PKGVERSION-Source.tar.gz"
24 PKGDEPENDS="cmake:build" 24 PKGDEPENDS="cmake:build"
25 PKGOPTIONS="NLS PNG XMP" 25 PKGOPTIONS="NLS PNG XMP"
26 26