mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
fdupes: bump to 1.6.1, add license.
This commit is contained in:
@@ -3,12 +3,12 @@ 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/"
|
||||
COPYRIGHT="1999-2013 Adrian Lopez"
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="https://github.com/adrianlopezroche/fdupes"
|
||||
COPYRIGHT="1999-2016 Adrian Lopez"
|
||||
LICENSE="fdupes"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://fdupes.googlecode.com/files/fdupes-1.51.tar.gz"
|
||||
CHECKSUM_SHA256="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881"
|
||||
SOURCE_URI="https://github.com/adrianlopezroche/fdupes/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9d6b6fdb0b8419815b4df3bdfd0aebc135b8276c90bbbe78ebe6af0b88ba49ea"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
@@ -35,7 +35,5 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install \
|
||||
PREFIX=$prefix \
|
||||
MAN_BASE_DIR=$manDir
|
||||
make install PREFIX=$prefix MAN_BASE_DIR=$manDir
|
||||
}
|
||||
22
app-misc/fdupes/licenses/fdupes
Normal file
22
app-misc/fdupes/licenses/fdupes
Normal file
@@ -0,0 +1,22 @@
|
||||
Legal Information
|
||||
--------------------------------------------------------------------
|
||||
FDUPES Copyright (c) 1999 Adrian Lopez
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation files
|
||||
(the "Software"), to deal in the Software without restriction,
|
||||
including without limitation the rights to use, copy, modify, merge,
|
||||
publish, distribute, sublicense, and/or sell copies of the Software,
|
||||
and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
Reference in New Issue
Block a user