# Description: Simple command line interface to libexif
# URL:         https://libexif.github.io/
# Maintainer:  Juergen Daubert, jue at crux dot nu
# Depends on:  libexif popt

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

build () {
    cd $name-$version
    ./configure --prefix=/usr --disable-nls
    make
    make DESTDIR=$PKG install
}
