SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "scrounge-ntfs"

# SliTaz package receipt.

PACKAGE="scrounge-ntfs"
VERSION="0.9"
CATEGORY="system-tools"
SHORT_DESC="Data recovery program for NTFS file systems."
MAINTAINER="erjo@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://github.com/lcorbasson/scrounge-ntfs"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://thewalter.net/stef/software/scrounge/$TARBALL"

DEPENDS=""
BUILD_DEPENDS=""

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/tar.gz/!d;s|.*$PACKAGE-||;s|.tar.*||;q"
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/sbin $fs/usr
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)