perl: Update from 5.26.1 to 5.26.2
[termux-packages] / packages / rcs / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/s/rcs
2 TERMUX_PKG_DESCRIPTION="The GNU Revision Control System
3 The Revision Control System (RCS) manages multiple
4 revisions of files. RCS automates the storing, retrieval,
5 logging, identification, and merging of revisions. RCS is
6 useful for text that is revised frequently, for example
7 programs, documentation, graphics, papers, and form letters."
8 TERMUX_PKG_VERSION=5.9.4
9 TERMUX_PKG_REVISION=2
10 TERMUX_PKG_SRCURL=http://gnu.uberglobalmirror.com/rcs/rcs-$TERMUX_PKG_VERSION.tar.xz
11 TERMUX_PKG_BUILD_IN_SRC=yes
12 TERMUX_PKG_SHA256=063d5a0d7da1821754b80c639cdae2c82b535c8ff4131f75dc7bbf0cd63a5dff
13 TERMUX_PKG_DEPENDS="diffutils"
14 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_path_DIFF=$TERMUX_PREFIX/bin/diff \
15 ac_cv_path_DIFF3=$TERMUX_PREFIX/bin/diff3"