exif: initial release

This commit is contained in:
Juergen Daubert 2010-12-18 10:22:46 +01:00
parent d215f302a6
commit e7d59aeaa9
3 changed files with 23 additions and 0 deletions

6
exif/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/exif
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/exif.1.gz

1
exif/.md5sum Normal file
View File

@ -0,0 +1 @@
4d88291883506d4ee52d1eec9ed5f42a exif-0.6.20.tar.bz2

16
exif/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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
version=0.6.20
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
}