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
16 lines
614 B
Bash
16 lines
614 B
Bash
TERMUX_PKG_HOMEPAGE=http://www.ece.uvic.ca/~frodo/jasper/
|
|
TERMUX_PKG_DESCRIPTION="Library for manipulating JPEG-2000 files"
|
|
TERMUX_PKG_LICENSE="BSD"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=2.0.23
|
|
TERMUX_PKG_SRCURL=https://github.com/mdadams/jasper/archive/version-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=20facc904bd9d38c20e0c090b1be3ae02ae5b2703b803013be2ecad586a18927
|
|
TERMUX_PKG_DEPENDS="libjpeg-turbo"
|
|
TERMUX_PKG_BREAKS="libjasper-dev"
|
|
TERMUX_PKG_REPLACES="libjasper-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-H$TERMUX_PKG_SRCDIR
|
|
-B$TERMUX_PKG_BUILDDIR
|
|
-DCMAKE_INSTALL_LIBDIR=$TERMUX_PREFIX/lib
|
|
"
|