summaryrefslogtreecommitdiff
path: root/community/dd_rescue/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dd_rescue/PKGBUILD')
-rw-r--r--community/dd_rescue/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/dd_rescue/PKGBUILD b/community/dd_rescue/PKGBUILD
new file mode 100644
index 000000000..05f098682
--- /dev/null
+++ b/community/dd_rescue/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 100624 2013-11-06 14:17:22Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: Zerial <fernando@zerial.org>
+# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
+# Contributor: Jose Riha <jose1711 gmail com>
+
+pkgname=dd_rescue
+pkgver=1.40
+pkgrel=2
+pkgdesc="A dd version that is very useful for data-recovery"
+url="http://www.garloff.de/kurt/linux/ddrescue/"
+license=("GPL")
+depends=('glibc')
+arch=('x86_64' 'i686')
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
+md5sums=('690bc25884272461d994aca10f620b98')
+
+build() {
+ cd $pkgname
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
+}