
Receipt for package "ntfsprogs"
# SliTaz package receipt. PACKAGE="ntfsprogs" VERSION="2.0.0" CATEGORY="system-tools" SHORT_DESC="Utilities for ntfs manipulations with FUSE module." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.linux-ntfs.org/" WGET_URL="$SF_MIRROR/linux-ntfs/$TARBALL" TAGS="windows" DEPENDS="fuse ntfs-3g util-linux-uuid" BUILD_DEPENDS="fuse" HOST_ARCH="i486 x86_64" current_version() { wget -O - https://sourceforge.net/projects/linux-ntfs/files/NTFS%20Tools%20and%20Library/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" } # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --enable-fuse-module \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/bin $fs/usr cp -a $install/usr/sbin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/sbin $fs }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)