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
18 lines
674 B
Bash
18 lines
674 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.musicpd.org/clients/mpc/
|
|
TERMUX_PKG_DESCRIPTION="Minimalist command line interface for MPD"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.33
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://www.musicpd.org/download/mpc/${TERMUX_PKG_VERSION:0:1}/mpc-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296
|
|
TERMUX_PKG_DEPENDS="libiconv, libmpdclient"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-Diconv=enabled"
|
|
|
|
# There seems to be issues with sphinx-build when using concurrent builds:
|
|
TERMUX_MAKE_PROCESSES=1
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" -liconv"
|
|
}
|