summaryrefslogtreecommitdiffstats
path: root/dc3dd/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /dc3dd/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'dc3dd/PKGBUILD')
-rw-r--r--dc3dd/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/dc3dd/PKGBUILD b/dc3dd/PKGBUILD
deleted file mode 100644
index 494e876..0000000
--- a/dc3dd/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: bender02 at gmx dot com
-pkgname=dc3dd
-pkgver=6.12.3
-pkgrel=1
-pkgdesc="A patched version of dd that includes a number of features useful for computer forensics"
-url="http://dc3dd.sourceforge.net/"
-license=("GPL3")
-arch=('i686' 'x86_64')
-source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('9bb2ca0d3ea82c147aa2f8089914cdd0')
-# sha256sums are verifiable from upstream
-sha256sums=('c723a24a97291faf43e77ab91229c1bfab97156e3d2bd8ff94e9b2c261ca7ec9')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR=$pkgdir install || return 1
-}
-
-# vim:set ts=2 sw=2 et: