2 # Contributor: Jan de Groot <jgc@archlinux.org>
3 # Contributor: André Klitzing <aklitzing@online.de>
8 pkgdesc="A library to parse XMP metadata"
9 url="https://libopenraw.freedesktop.org/wiki/Exempi"
12 depends=(gcc-libs expat zlib)
14 source=(https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
15 sha256sums=('b0749db18a9e78cf771737954a838cdcdb1d5415888bac1ba9caf8cba77c656c'
17 validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
21 ./configure --prefix=/usr # --disable-static
32 make DESTDIR="$pkgdir" install
33 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"