New package: jhead-3.00
This commit is contained in:
parent
f7a61f21b2
commit
5cb8de15dd
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue