diff --git a/app-misc/fdupes/fdupes-1.51.recipe b/app-misc/fdupes/fdupes-1.51.recipe new file mode 100644 index 000000000..c4e84a4b3 --- /dev/null +++ b/app-misc/fdupes/fdupes-1.51.recipe @@ -0,0 +1,43 @@ +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 +}