ports/opt (2.4): jhead: new port
commit db8bb883c60a34cf2ba2addbe80190f01218f729 Author: Antti Nykanen <aon@iki.fi> Date: Sun Jun 29 20:51:22 2008 +0300 jhead: new port diff --git a/jhead/.footprint b/jhead/.footprint new file mode 100644 index 0000000..ba1625c --- /dev/null +++ b/jhead/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/jhead +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/jhead.1.gz diff --git a/jhead/.md5sum b/jhead/.md5sum new file mode 100644 index 0000000..2fb8ed4 --- /dev/null +++ b/jhead/.md5sum @@ -0,0 +1 @@ +ef2f3233e22ba054c90ba33068cb0a70 jhead-2.82.tar.gz diff --git a/jhead/Pkgfile b/jhead/Pkgfile new file mode 100644 index 0000000..8b8bf05 --- /dev/null +++ b/jhead/Pkgfile @@ -0,0 +1,19 @@ +# 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 +version=2.82 +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/ + install -m 0644 $name.1.gz $PKG/usr/man/man1/ +}
participants (1)
-
crux@crux.nu