
Receipt for package "iperf"
# SliTaz package receipt. PACKAGE="iperf" VERSION="3.11" CATEGORY="network" SHORT_DESC="Measure network performance." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://iperf.fr/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/esnet/$PACKAGE/archive/$VERSION.tar.gz" DEPENDS="" BUILD_DEPENDS="" current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { # because of conflict with -pg: CFLAGS=${CFLAGS/-fomit-frame-pointer/} ./configure \ --prefix=/usr \ --host=i686-pc-linux-gnu \ --build=i686-pc-linux-gnu && make && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_files *.so* }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)