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

# BLFS post-7.5 (2014-08-04) - latest as of 2018-06-28
TARBALL=libexif-0.6.21.tar.bz2
MD5SUM=27339b89850f28c8f1c237f233e05b27 
SRC_URL=http://downloads.sourceforge.net/libexif/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='libexif: libexif 0.6.21 (EXIF metadata library)  
libexif:  
libexif: The libexif package contains a library for parsing, editing, and 
libexif: saving EXIF data. Most digital cameras produce EXIF files, which are 
libexif: JPEG files with extra tags that contain information about the image. 
libexif: All EXIF tags described in EXIF standard 2.1 are supported.  
libexif: 
libexif: 
libexif: 
libexif: 
libexif:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS -with-doc-dir=/usr/share/doc/libexif-0.6.2 --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


