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
11 lines
508 B
Bash
11 lines
508 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.netfilter.org/projects/libmnl/
|
|
TERMUX_PKG_DESCRIPTION="a minimalistic user-space library oriented to Netlink developers"
|
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.0.4
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://netfilter.org/projects/libmnl/files/libmnl-${TERMUX_PKG_VERSION}.tar.bz2
|
|
TERMUX_PKG_SHA256=171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81
|
|
TERMUX_PKG_BREAKS="libmnl-dev"
|
|
TERMUX_PKG_REPLACES="libmnl-dev"
|