summaryrefslogtreecommitdiff
path: root/community/duff
diff options
context:
space:
mode:
Diffstat (limited to 'community/duff')
-rw-r--r--community/duff/ChangeLog3
-rw-r--r--community/duff/PKGBUILD24
2 files changed, 0 insertions, 27 deletions
diff --git a/community/duff/ChangeLog b/community/duff/ChangeLog
deleted file mode 100644
index 811f87d4f..000000000
--- a/community/duff/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-
diff --git a/community/duff/PKGBUILD b/community/duff/PKGBUILD
deleted file mode 100644
index c97271ca7..000000000
--- a/community/duff/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 44930 2011-04-13 03:50:28Z shusmann $
-# Contributor: Aaron Schaefer <aaron@elasticdog.com>
-
-pkgname=duff
-pkgver=0.5
-pkgrel=1
-pkgdesc="A command-line utility for quickly finding duplicates in a given set of files"
-arch=('i686' 'x86_64')
-url="http://duff.sourceforge.net/"
-license=('custom')
-depends=('glibc' 'sh')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e42bedb278ab41081df3ebb9ce1cbe1d')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}