opt/jhead/Pkgfile

20 lines
485 B
Plaintext
Raw Normal View History

2008-06-29 19:51:22 +02:00
# Description: EXIF JPEG header manipulation tool
# URL: http://www.sentex.net/~mwandel/jhead/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on:
name=jhead
2009-03-17 19:32:38 +01:00
version=2.87
2008-06-29 19:51:22 +02:00
release=1
source=(http://www.sentex.net/~mwandel/$name/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i "s:-O3:${CFLAGS}:" makefile
make
install -d -m 0755 $PKG/usr/bin
install -d -m 0755 $PKG/usr/man/man1
install -m 0755 $name $PKG/usr/bin/
2009-03-17 19:32:38 +01:00
install -m 0644 $name.1 $PKG/usr/man/man1/
2008-06-29 19:51:22 +02:00
}