0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-29 22:22:40 +00:00
Files
termux-packages/packages/uucp/build.sh
Tee KOBAYASHI 28b8446479 uucp: Fix configure for strict C99
%ci:no-build
2023-04-10 03:56:09 +09:00

13 lines
517 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.airs.com/ian/uucp.html
TERMUX_PKG_DESCRIPTION="The standard UUCP package of the Free Software Foundation"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.07
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=ftp://ftp.gnu.org/pub/gnu/uucp/uucp-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=060c15bfba6cfd1171ad81f782789032113e199a5aded8f8e0c1c5bd1385b62c
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--infodir=$TERMUX_PREFIX/share/info
--mandir=$TERMUX_PREFIX/share/man
"