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,Spiky"

name=libexif
version=0.6.24
release=2

source=(
 https://github.com/libexif/libexif/releases/download/v${version}/$name-$version.tar.bz2
)


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
}
