jhead: Update from 3.00 to 3.02

This commit is contained in:
Fredrik Fornwall 2018-12-19 01:36:44 +01:00
parent 5b803cc35b
commit 6f7a24df6e
2 changed files with 2 additions and 15 deletions

View File

@ -1,9 +1,8 @@
TERMUX_PKG_HOMEPAGE=http://www.sentex.net/~mwandel/jhead/
TERMUX_PKG_DESCRIPTION="Exif Jpeg header manipulation tool"
TERMUX_PKG_VERSION=3.00
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=3.02
TERMUX_PKG_SHA256=85c9737c3dcc84b440a67307de9f76cbee7610697bfaf4877dd46afd71c7ed2a
TERMUX_PKG_SRCURL=http://www.sentex.net/~mwandel/jhead/jhead-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=88cc01da018e242fe2e05db73f91b6288106858dd70f27506c4989a575d2895e
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_make_install () {

View File

@ -1,12 +0,0 @@
diff -u -r ../jhead-2.97/makefile ./makefile
--- ../jhead-2.97/makefile 2013-01-30 18:02:56.000000000 +0100
+++ ./makefile 2014-01-20 06:52:58.000000000 +0100
@@ -14,7 +14,7 @@
${CC} $(CFLAGS) -c $< -o $@
jhead: $(objs) jhead.h
- ${CC} -o jhead $(objs) -lm
+ ${CC} $(LDFLAGS) -o jhead $(objs) -lm
clean:
rm -f $(objs) jhead