18 lines
490 B
Bash
18 lines
490 B
Bash
|
# Template file for 'jhead'
|
||
|
pkgname=jhead
|
||
|
version=3.00
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
short_desc="Display and manipulate EXIF header of JPEG images"
|
||
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||
|
license="Public Domain"
|
||
|
homepage="http://www.sentex.net/~mwandel/jhead/"
|
||
|
distfiles="${homepage}/jhead-${version}.tar.gz"
|
||
|
checksum=88cc01da018e242fe2e05db73f91b6288106858dd70f27506c4989a575d2895e
|
||
|
|
||
|
pre_install() {
|
||
|
mkdir -p ${DESTDIR}/usr/bin
|
||
|
sed -i 's,/local,,' makefile
|
||
|
vman jhead.1
|
||
|
}
|