summaryrefslogtreecommitdiff
path: root/community/fdupes
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/fdupes
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/fdupes')
-rw-r--r--community/fdupes/ChangeLog11
-rw-r--r--community/fdupes/LICENSE22
-rw-r--r--community/fdupes/PKGBUILD29
3 files changed, 0 insertions, 62 deletions
diff --git a/community/fdupes/ChangeLog b/community/fdupes/ChangeLog
deleted file mode 100644
index 2fbc6489c..000000000
--- a/community/fdupes/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-2008-10-05 Eric Belanger <eric@archlinux.org>
-
- * fdupes 1.40-4
- * Added x86_64 arch tag
- * Fixed license
- * FHS man pages
-
-2008-10-03 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Adding package to community: 1.40
-
diff --git a/community/fdupes/LICENSE b/community/fdupes/LICENSE
deleted file mode 100644
index d353aab98..000000000
--- a/community/fdupes/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-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.
diff --git a/community/fdupes/PKGBUILD b/community/fdupes/PKGBUILD
deleted file mode 100644
index 9dfae23a5..000000000
--- a/community/fdupes/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 90262 2013-05-10 16:06:17Z jelle $
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Chris Winter <twidds at gmail dot com>
-
-pkgname=fdupes
-pkgver=1.51
-pkgrel=1
-pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fdupes/"
-license=('MIT')
-depends=(glibc)
-source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
-md5sums=('47d0410c90c9e51e450933ba35a32b62'
- '47f17890218f832f870bf7a02eaeb017')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
-}
-package(){
- cd $srcdir/$pkgname-$pkgver
-
- install -d ${pkgdir}/usr/{share/man/man1,bin}
-
- make PREFIX=$pkgdir/usr DESTDIR=${pkgdir}/usr/bin INSTALLDIR=${pkgdir}/usr/bin MAN_DIR=${pkgdir}/usr/share/man/man1 install
- install -D -m644 $srcdir/LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}