#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=libgexiv2 pkgver=0.10.3 pkgrel=1rl #arch=noarch source=("https://download.gnome.org/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="https://wiki.gnome.org/Projects/gexiv2" #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} 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 $startdir/src/${pkgname/lib/}-$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 }