opt/libexif/Pkgfile

23 lines
460 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: An EXIF tag parsing library
# URL: https://libexif.github.io/
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=libexif
version=0.6.22
2006-02-23 16:26:10 +01:00
release=1
source=(https://github.com/$name/$name/releases/download/$name-${version//./_}-release/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls \
--with-doc-dir=/usr/share/doc
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
rm -rf $PKG/usr/share
}