libexif: fix link & sha256, run `autoreconf -fi`

This commit is contained in:
Leonid Pliushch 2020-06-21 01:15:47 +03:00
parent 45f68c5d63
commit 313326ebc6
1 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://libexif.github.io/
TERMUX_PKG_DESCRIPTION="Library for reading and writing EXIF image metadata"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_VERSION=0.6.22
TERMUX_PKG_SRCURL=https://github.com/libexif/libexif/releases/tag/libexif-${TERMUX_PKG_VERSION//./_}-release
TERMUX_PKG_SHA256=8cf5ce27d21490c24eedf91e0ac2bc4a748ba8f4eb20cb7c1fc9442d2d580008
TERMUX_PKG_SRCURL=https://github.com/libexif/libexif/archive/libexif-0_6_22-release.tar.gz
TERMUX_PKG_SHA256=46498934b7b931526fdee8fd8eb77a1dddedd529d5a6dbce88daf4384baecc54
TERMUX_PKG_BREAKS="libexif-dev"
TERMUX_PKG_REPLACES="libexif-dev"
termux_step_pre_configure() {
autoreconf -fi
}