SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "rdfind"

# SliTaz package receipt.

PACKAGE="rdfind"
VERSION="1.6.0"
CATEGORY="utilities"
SHORT_DESC="Redundant data find - a program that finds duplicate files."
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPL2"
WEB_SITE="http://rdfind.pauldreik.se"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="${WEB_SITE}/$TARBALL"

DEPENDS="nettle"
BUILD_DEPENDS="nettle-dev"

current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/^[0-9]/!d;s|&.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --prefix=/usr        \
        --sysconfdir=/etc    \
        --localstatedir=/var    \
        $CONFIGURE_ARGS        \
        $ARCH_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/bin    $fs/usr
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)