description="A library to parse an EXIF file and read the data from those tags"
url="http://libexif.sourceforge.net"
packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

name=libexif
version=0.6.22

source=(
 https://github.com/libexif/libexif/releases/download/libexif-${version//./_}-release/libexif-$version.tar.xz
)


build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--with-doc-dir=/usr/share/doc/libexif-$version
make
make DESTDIR=$PKG install
rm $PKG/usr/lib/$name.la
}
