wok diff rcs/receipt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (22 months ago)
parents 71360a13cd94
children d79ed38ace18
line diff
     1.1 --- a/rcs/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/rcs/receipt	Tue Aug 02 10:30:16 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rcs"
     1.7 -VERSION="5.9.4"
     1.8 +VERSION="5.10.1"
     1.9  CATEGORY="development"
    1.10  TAGS="cvs version-control versioning"
    1.11  SHORT_DESC="GNU Revision Control System."
    1.12 @@ -9,11 +9,11 @@
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.gnu.org/software/rcs/"
    1.15  
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.lz"
    1.18  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20  DEPENDS="diffutils"
    1.21 -BUILD_DEPENDS="diffutils ed"
    1.22 +BUILD_DEPENDS="diffutils ed lzip"
    1.23  
    1.24  # What is the latest version available today?
    1.25  current_version()
    1.26 @@ -26,10 +26,12 @@
    1.27  compile_rules()
    1.28  {
    1.29  	# remove busybox/diff
    1.30 -	[ -L /usr/bin/diff ] && tazpkg get-install diffutils --forced
    1.31 +#	[ -L /usr/bin/diff ] && tazpkg get-install diffutils --forced
    1.32  #	sed -i 's,test -w a.d || cp /dev/null a.d 2>/dev/null,false,' \
    1.33  #		src/conf.sh
    1.34 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.35 +	./configure		\
    1.36 +		--prefix=/usr	\
    1.37 +		$CONFIGURE_ARGS &&
    1.38  	make
    1.39  }
    1.40  
    1.41 @@ -39,6 +41,6 @@
    1.42  	mkdir -p $fs/usr/bin
    1.43  	for p in ci co ident merge rcs rcsclean rcsdiff rcsmerge rlog
    1.44  	  do
    1.45 -		install -c $src/src/$p $fs/usr/bin
    1.46 +		install -c $src/src/$p	$fs/usr/bin
    1.47  	  done
    1.48  }