wok-next diff traceroute/receipt @ rev 18920
Add brotli (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 24 17:34:26 2016 +0100 (2016-02-24) |
parents | 380ffe05937a |
children | d5aab818505e |
line diff
1.1 --- a/traceroute/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/traceroute/receipt Wed Feb 24 17:34:26 2016 +0100 1.3 @@ -7,20 +7,20 @@ 1.4 MAINTAINER="samuel_trassare@yahoo.com" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://sourceforge.net/projects/$PACKAGE" 1.8 +WEB_SITE="http://traceroute.sourceforge.net/" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - make && make DESTDIR=$DESTDIR install 1.15 + make && make prefix=/usr DESTDIR=$DESTDIR install 1.16 } 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/bin 1.22 - cp $install/usr/local/bin/traceroute $fs/usr/bin 1.23 + cp $install/usr/bin/traceroute $fs/usr/bin 1.24 } 1.25 1.26 post_remove()