summaryrefslogtreecommitdiff
path: root/community/duff/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-01-09 13:47:51 +0000
commit7a3611f5caa5e34c1f2b582640f97b733110ae63 (patch)
tree5b0baf1ad1b36444ffbf73707a377b15fc67692f /community/duff/PKGBUILD
parent46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (diff)
Mon Jan 9 13:47:49 UTC 2012
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
-}