#Packager: George Vlahavas pkgname=exempi pkgver=2.5.2 pkgrel=1gv source=("https://libopenraw.freedesktop.org/download/exempi-$pkgver.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://libopenraw.freedesktop.org/wiki/Exempi slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "exempi (A library to parse XMP metadata)" "Exempi is an implementation of XMP. Version 2.x is based on Adobe XMP" "SDK and released under a BSD-style license like Adobe’s. The 3 clause" "BSD (aka New-BSD) license is compatible with GPL. The licensing is" "kept identical in order to allow two-way merging of the code (ie" "sending our change to the XMP SDK to Adobe for integration)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }