summaryrefslogtreecommitdiff
path: root/community/duff/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/duff/PKGBUILD')
-rw-r--r--community/duff/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
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
-}