[arch-commits] Commit in dd_rescue/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Wed Nov 6 14:17:23 UTC 2013


    Date: Wednesday, November 6, 2013 @ 15:17:22
  Author: fyan
Revision: 100624

archrelease: copy trunk to community-x86_64, community-i686

Added:
  dd_rescue/repos/community-i686/
  dd_rescue/repos/community-i686/PKGBUILD
    (from rev 100623, dd_rescue/trunk/PKGBUILD)
  dd_rescue/repos/community-x86_64/
  dd_rescue/repos/community-x86_64/PKGBUILD
    (from rev 100623, dd_rescue/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: dd_rescue/repos/community-i686/PKGBUILD (from rev 100623, dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-06 14:17:22 UTC (rev 100624)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Zerial <fernando at zerial.org>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at 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
+}

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 100623, dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-06 14:17:22 UTC (rev 100624)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Zerial <fernando at zerial.org>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at 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
+}




More information about the arch-commits mailing list