Merge pull request #2747 from okapia/jhead

New package: jhead-3.00
This commit is contained in:
Juan RP 2015-10-14 12:26:27 +02:00
commit 25c53189a8

17
srcpkgs/jhead/template Normal file
View file

@ -0,0 +1,17 @@
# 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
}