
Receipt for package "mtools"
# SliTaz package receipt. PACKAGE="mtools" VERSION="4.0.39" CATEGORY="system-tools" SHORT_DESC="Access MS-DOS disk from *nix." MAINTAINER="erjo@slitaz.org" LICENSE="GPL3" WEB_SITE="https://gnu.org/software/mtools/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" DEPENDS="xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp" BUILD_DEPENDS="texinfo" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-/!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 mtools MYCFLAGS="-g -O2 -Wall" && make install MYCFLAGS="-g -O2 -Wall" DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)