#Packager: Dimitris Tzemos pkgname=libgexiv2 pkgver=0.10.3 pkgrel=1dj source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz") sourcetemplate=http://people.salixos.org/djemos/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="https://wiki.gnome.org/Projects/gexiv2" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgexiv2 (GObject wrapper around the Exiv2 )" "gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. " "It allows for GNOME applications to easily inspect and update EXIF," "IPTC, and XMP metadata in photo files of various formats." ) build() { cd $SRC/gexiv2-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --build=$arch-slackware-linux \ --enable-introspection make -j $numjobs \ PREFIX=/usr \ LIB=lib${LIBDIRSUFFIX} || return 1 make install \ PREFIX=/usr \ LIB=lib${LIBDIRSUFFIX} \ DESTDIR=$startdir/pkg }