#Maintainer: Tomoki Tsuchiya pkgname=libgexiv2 pkgver=0.2.2 pkgrel=1tt source=(http://yorba.org/download/gexiv2/0.2/$pkgname-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks") sourcetemplate=http://people.salixos.org/tsuren/packages/13.1/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gexiv2 (wrapper for the Exiv2 library)" "gexiv2 is a GObject-based wrapper around the Exiv2 library." " It makes the basic features of Exiv2 available to" "GNOME applications. " ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }