wok-next diff mtr/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents 466bca9334ef
children
line diff
     1.1 --- a/mtr/receipt	Tue Oct 17 10:14:12 2017 +0200
     1.2 +++ b/mtr/receipt	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="mtr"
     1.5  VERSION="0.87"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="My traceroute."
     1.8 +SHORT_DESC="My traceroute"
     1.9  MAINTAINER="paul@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -13,21 +13,18 @@
    1.13  DEPENDS="ncurses"
    1.14  BUILD_DEPENDS="ncurses-dev autoconf automake"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	./bootstrap.sh
    1.21  	./configure \
    1.22  		--prefix=/usr \
    1.23  		--without-gtk \
    1.24  		--mandir=/usr/share/man \
    1.25  		$CONFIGURE_ARGS &&
    1.26 -	make && make DESTDIR=$DESTDIR install
    1.27 +	make &&
    1.28 +	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 +genpkg_rules() {
    1.35  	mkdir -p $fs/usr
    1.36  	cp -a $install/usr/sbin $fs/usr
    1.37  }