c352216c63
Variables TERMUX_PKG_PLATFORM_INDEPENDENT TERMUX_DEBUG TERMUX_PKG_HAS_DEBUG TERMUX_PKG_ESSENTIAL TERMUX_SUBPKG_ESSENTIAL TERMUX_PKG_NO_STATICSPLIT TERMUX_PKG_BUILD_IN_SRC TERMUX_PKG_FORCE_CMAKE TERMUX_PKG_HOSTBUILD should not accept arbitrary values for marking them "enabled". Instead they should accept boolean values which makes them easier to handle and also makes their meaning clear. build-package.sh should make decision based on variable's value but not on whether it is set or empty. %ci:no-build
12 lines
530 B
Bash
12 lines
530 B
Bash
TERMUX_PKG_HOMEPAGE=https://sourceforge.net/projects/giflib/
|
|
TERMUX_PKG_DESCRIPTION="A library for reading and writing gif images"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
|
|
TERMUX_PKG_VERSION=5.2.1
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SHA256=31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd
|
|
TERMUX_PKG_BREAKS="giflib-dev"
|
|
TERMUX_PKG_REPLACES="giflib-dev"
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/giflib-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|