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