exif: initial release
This commit is contained in:
parent
d215f302a6
commit
e7d59aeaa9
6
exif/.footprint
Normal file
6
exif/.footprint
Normal 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
1
exif/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
4d88291883506d4ee52d1eec9ed5f42a exif-0.6.20.tar.bz2
|
16
exif/Pkgfile
Normal file
16
exif/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user