jhead: updated to 2.87

This commit is contained in:
Antti Nykanen 2009-03-17 20:32:38 +02:00
parent 29c737b10a
commit 1a877fd5f5
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3e009f8e8a6a077d4a966d14b8797038 jhead-2.84.tar.gz
7e5e84bf74800808c171956414228db9 jhead-2.87.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on:
name=jhead
version=2.84
version=2.87
release=1
source=(http://www.sentex.net/~mwandel/$name/$name-$version.tar.gz)
@ -15,5 +15,5 @@ build() {
install -d -m 0755 $PKG/usr/bin
install -d -m 0755 $PKG/usr/man/man1
install -m 0755 $name $PKG/usr/bin/
install -m 0644 $name.1.gz $PKG/usr/man/man1/
install -m 0644 $name.1 $PKG/usr/man/man1/
}