
Receipt for package "utftpd"
# SliTaz package receipt. PACKAGE="utftpd" VERSION="0.2.4" CATEGORY="network" SHORT_DESC="A tiny TFTP server" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.ohse.de/uwe/software/utftpd.html" WGET_URL="https://www.ohse.de/uwe/releases/$TARBALL" TAGS="tftp" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure --prefix=/usr $CONFIGURE_ARGS && make clean && make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin $install/usr/man/man8 cp -a $src/utftpd.8 $install/usr/man/man8 cp -a $src/utftpd $fs/usr/sbin }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)