opt/exif/Pkgfile

17 lines
439 B
Plaintext
Raw Normal View History

2010-12-18 10:22:46 +01:00
# Description: Simple command line interface to libexif
# URL: http://libexif.sourceforge.net/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libexif popt
name=exif
2012-07-13 13:03:45 +02:00
version=0.6.21
2010-12-18 10:22:46 +01:00
release=1
source=(http://downloads.sourceforge.net/project/libexif/$name/$version/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
}