
Receipt for package "mtr"
# SliTaz package receipt. PACKAGE="mtr" VERSION="0.95" CATEGORY="network" SHORT_DESC="My traceroute." MAINTAINER="paul@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.bitwizard.nl/mtr/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/traviscross/$PACKAGE/archive/v$VERSION/$PACKAGE-v$VERSION.tar.gz" DEPENDS="ncurses" BUILD_DEPENDS="autoconf automake linux-api-headers ncurses-dev" # What is the latest version available today? current_version() { wget -O - https://github.com/traviscross/mtr/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { ./bootstrap.sh && ./configure \ LDFLAGS="$LDFLAGS -ltinfo" \ --prefix=/usr \ --without-gtk \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders sbin }
6011 packages and 861664 files in cooking database (Thu May 8 00:03:10 2025)