2018-05-25 12:38:52 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/s/rcs
|
2017-10-22 01:02:12 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="The GNU Revision Control System
|
|
|
|
The Revision Control System (RCS) manages multiple
|
|
|
|
revisions of files. RCS automates the storing, retrieval,
|
|
|
|
logging, identification, and merging of revisions. RCS is
|
|
|
|
useful for text that is revised frequently, for example
|
|
|
|
programs, documentation, graphics, papers, and form letters."
|
2019-01-21 13:53:58 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
2017-08-27 09:16:09 +02:00
|
|
|
TERMUX_PKG_VERSION=5.9.4
|
2017-10-22 01:02:12 +02:00
|
|
|
TERMUX_PKG_REVISION=2
|
2017-08-27 09:16:09 +02:00
|
|
|
TERMUX_PKG_SRCURL=http://gnu.uberglobalmirror.com/rcs/rcs-$TERMUX_PKG_VERSION.tar.xz
|
|
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
|
|
|
TERMUX_PKG_SHA256=063d5a0d7da1821754b80c639cdae2c82b535c8ff4131f75dc7bbf0cd63a5dff
|
2017-09-05 11:56:28 +02:00
|
|
|
TERMUX_PKG_DEPENDS="diffutils"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_path_DIFF=$TERMUX_PREFIX/bin/diff \
|
|
|
|
ac_cv_path_DIFF3=$TERMUX_PREFIX/bin/diff3"
|