2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=http://www.sentex.net/~mwandel/jhead/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Exif Jpeg header manipulation tool"
|
2017-09-15 00:38:35 +02:00
|
|
|
TERMUX_PKG_VERSION=3.00
|
|
|
|
TERMUX_PKG_REVISION=1
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_SRCURL=http://www.sentex.net/~mwandel/jhead/jhead-${TERMUX_PKG_VERSION}.tar.gz
|
2017-03-27 01:56:11 +02:00
|
|
|
TERMUX_PKG_SHA256=88cc01da018e242fe2e05db73f91b6288106858dd70f27506c4989a575d2895e
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
|
|
|
|
|
|
|
termux_step_make_install () {
|
|
|
|
cp jhead $TERMUX_PREFIX/bin/jhead
|
|
|
|
cp -f jhead.1 $TERMUX_PREFIX/share/man/man1/jhead.1
|
|
|
|
}
|