description="A library to parse an EXIF file and read the data from those tags"
url="http://libexif.sourceforge.net"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=libexif
version=0.6.25

source=(https://github.com/libexif/libexif/archive/${name}-${version//./_}-release.tar.gz)

build() {
cd ${name}-${name}-${version//./_}-release

autoreconf -fiv

./configure --prefix=/usr \
            --mandir=/usr/share/man \
            --infodir=/usr/share/info \
            --with-doc-dir=/usr/share/doc/libexif-$version

make
make DESTDIR=$PKG install
}
