# Template file for 'jhead' pkgname=jhead version=3.03 revision=1 build_style=gnu-makefile short_desc="Display and manipulate EXIF header of JPEG images" maintainer="Oliver Kiddle " license="Public Domain" homepage="http://www.sentex.net/~mwandel/jhead/" distfiles="${homepage}/jhead-${version}.tar.gz" checksum=82194e0128d9141038f82fadcb5845391ca3021d61bc00815078601619f6c0c2 post_extract() { sed -i -e 's,/local,,' -e '/CC.*-o/s/$/ $(LDFLAGS)/' makefile } pre_install() { mkdir -p ${DESTDIR}/usr/bin vman jhead.1 }