summaryrefslogtreecommitdiff
path: root/community/dd_rescue/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/dd_rescue/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
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
+}