### this file is sourced not run
PKGVER=0.25
PKGBUILD=1
PKGARCH=x86_64

# source: post BLFS 7.8 2016-01-06
TARBALL=exiv2-$PKGVER.tar.gz
MD5SUM=258d4831b30f75a01e0234065c6c2806
SRC_URL=http://www.exiv2.org/$TARBALL
BUNDLE=

SLACKREQ='expat'
SLACKDESC="libexiv2: libexiv2 $PKGVER (Image metadata library)  
libexiv2:  
libexiv2: Exiv2 is a C++ library and a command line utility for managing image 
libexiv2: metadata. It provides fast and easy read and write access to the 
libexiv2: Exif, IPTC and XMP metadata of images in various formats.  
libexiv2: 
libexiv2: 
libexiv2: 
libexiv2: 
libexiv2: 
libexiv2: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	chmod 0755 /usr/$LIBDIR/libexiv2.so &&
	pkg_build_slackdesc
}


