37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
14 lines
501 B
Bash
14 lines
501 B
Bash
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_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.6.22
|
|
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
|
|
}
|