
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" HOST_ARCH="i486 x86_64" 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 }
6091 packages and 258589 files in current database (Fri Apr 18 09:53:59 2025)