opt/exif/Pkgfile

17 lines
432 B
Plaintext
Raw Normal View History

2010-12-18 10:22:46 +01:00
# Description: Simple command line interface to libexif
2020-05-27 15:05:45 +02:00
# URL: https://libexif.github.io/
2010-12-18 10:22:46 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libexif popt
name=exif
2020-05-27 15:05:45 +02:00
version=0.6.22
release=1
source=(https://github.com/libexif/$name/releases/download/$name-${version//./_}-release/$name-$version.tar.xz)
2010-12-18 10:22:46 +01:00
build () {
cd $name-$version
2016-11-30 12:42:37 +01:00
./configure --prefix=/usr --disable-nls
2010-12-18 10:22:46 +01:00
make
make DESTDIR=$PKG install
}