
Receipt for package "mfstool"
# SliTaz package receipt. PACKAGE="mfstool" VERSION="0.5pre" CATEGORY="base-system" SHORT_DESC="Allows to manipulate Minix filesystem images in user-space." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://mfstool.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/mfstool/files/mfstool/ 2>/dev/null | \ sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;s|.*/mfstool/||;s|/.*||;s|-||;q' } # Rules to configure and make the package. compile_rules() { ./configure --prefix=/usr $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs/ }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)