wok diff traceroute/receipt @ rev 22291

updated xorg-xkbutils (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Wed Nov 13 16:11:02 2019 +0100 (2019-11-13)
parents 629c380d93f2
children 5f6c5106b1f5
line diff
     1.1 --- a/traceroute/receipt	Fri Jan 24 06:41:39 2014 +0000
     1.2 +++ b/traceroute/receipt	Wed Nov 13 16:11:02 2019 +0100
     1.3 @@ -1,19 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="traceroute"
     1.7 -VERSION="2.0.19"
     1.8 +VERSION="2.1.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="The full-featured traceroute program."
    1.11  MAINTAINER="samuel_trassare@yahoo.com"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://traceroute.sourceforge.net/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://traceroute.sourceforge.net/"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	make && make prefix=/usr DESTDIR=$DESTDIR install
    1.23 +	make &&
    1.24 +	make prefix=/usr DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 @@ -25,6 +27,6 @@
    1.29  
    1.30  post_remove()
    1.31  {
    1.32 -	# Restore the symlink to busybox.
    1.33 +	# Restore the symbolic link to busybox.
    1.34  	ln -s /bin/busybox /usr/bin/traceroute
    1.35  }