Files
haikuports/app-misc/fdupes/fdupes-1.51.recipe
2014-01-02 16:40:56 -05:00

43 lines
911 B
Plaintext

SUMMARY="FDUPES is a program for identifying or deleting duplicate files"
DESCRIPTION="
fdupes is a program written by Adrian Lopez to scan directories for duplicate \
files, with options to list, delete or replace the files with hardlinks \
pointing to the duplicate. It first compares file sizes and MD5 signatures, \
and then performs a byte-by-byte check for verification.
"
HOMEPAGE="http://code.google.com/p/fdupes/"
SRC_URI="http://fdupes.googlecode.com/files/fdupes-1.51.tar.gz"
CHECKSUM_MD5="47d0410c90c9e51e450933ba35a32b62"
COPYRIGHT="1999-2013 Adrian Lopez"
LICENSE="MIT"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
fdupes = $portVersion
cmd:fdupes = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES=""
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:make
cmd:gcc
"
BUILD()
{
make
}
INSTALL()
{
make install \
PREFIX=$prefix \
MAN_BASE_DIR=$manDir
}