#!/bin/mkpkg # description: Library for parsing, editing, and saving EXIF data # url: https://github.com/libexif/libexif name=libexif version=0.6.26 release=1 source=(https://github.com/libexif/libexif/releases/download/v${version}/${name}-${version}.tar.bz2) sha256sums=( "0830ed253fceeb60444fb309598bc8a9491d3007dc054aad3a50a347c5597c57" ) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --disable-static \ --disable-nls make make DESTDIR=$PKG install } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh