wok-next diff traceroute/receipt @ rev 21391
updated opencpn (1.3.2 -> 5.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 16:52:11 2020 +0100 (2020-04-17) |
parents | 629c380d93f2 |
children |
line diff
1.1 --- a/traceroute/receipt Fri Jan 24 06:41:39 2014 +0000 1.2 +++ b/traceroute/receipt Fri Apr 17 16:52:11 2020 +0100 1.3 @@ -3,28 +3,25 @@ 1.4 PACKAGE="traceroute" 1.5 VERSION="2.0.19" 1.6 CATEGORY="network" 1.7 -SHORT_DESC="The full-featured traceroute program." 1.8 -MAINTAINER="samuel_trassare@yahoo.com" 1.9 +SHORT_DESC="The full-featured traceroute program" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="GPL2" 1.12 +WEB_SITE="http://traceroute.sourceforge.net/" 1.13 + 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://traceroute.sourceforge.net/" 1.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 1.18 -# Rules to configure and make the package. 1.19 -compile_rules() 1.20 -{ 1.21 - make && make prefix=/usr DESTDIR=$DESTDIR install 1.22 +compile_rules() { 1.23 + make && 1.24 + make prefix=/usr DESTDIR=$install install 1.25 } 1.26 1.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 -genpkg_rules() 1.29 -{ 1.30 +genpkg_rules() { 1.31 mkdir -p $fs/usr/bin 1.32 cp $install/usr/bin/traceroute $fs/usr/bin 1.33 } 1.34 1.35 -post_remove() 1.36 -{ 1.37 +post_remove() { 1.38 # Restore the symlink to busybox. 1.39 ln -s /bin/busybox /usr/bin/traceroute 1.40 }