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

Felix Yan fyan at archlinux.org
Sun May 31 10:14:16 UTC 2015


    Date: Sunday, May 31, 2015 @ 12:14:16
  Author: fyan
Revision: 134408

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

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

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ---------------------
 community-x86_64/PKGBUILD |   36 ---------------------
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-05-31 10:13:40 UTC (rev 134407)
+++ community-i686/PKGBUILD	2015-05-31 10:14:16 UTC (rev 134408)
@@ -1,36 +0,0 @@
-# $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.46
-pkgrel=1
-pkgdesc="A dd version that is very useful for data-recovery"
-url="http://www.garloff.de/kurt/linux/ddrescue/"
-license=("GPL")
-depends=('glibc')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
-sha512sums=('efd1bf5d80d4bafa6e6971caa84205dc5df4456a29a9fa3bb56aa984d68675ae3418e8ba3a355906f491f0f2e750c38fd695e37dbd193e554cd41afec3841e28')
-
-prepare() {
-  cd $pkgname
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --enable-shared 
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}

Copied: dd_rescue/repos/community-i686/PKGBUILD (from rev 134407, dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-31 10:14:16 UTC (rev 134408)
@@ -0,0 +1,37 @@
+# $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.98
+pkgrel=1
+pkgdesc="A dd version that is very useful for data-recovery"
+url="http://www.garloff.de/kurt/linux/ddrescue/"
+license=("GPL")
+depends=('glibc')
+makedepends=('openssl')
+optdepends=('lzo: for libddr_lzo'
+            'openssl: for libddr_crypt')
+arch=('x86_64' 'i686')
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2")
+sha512sums=('f09626504de4148b245565250a0a4b59897de58da64438f3d540e712838f265f90ab1b436021ca7d28e588c878e3b12dead05f7dd8bbe30906518c4b5df480db')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-05-31 10:13:40 UTC (rev 134407)
+++ community-x86_64/PKGBUILD	2015-05-31 10:14:16 UTC (rev 134408)
@@ -1,36 +0,0 @@
-# $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.46
-pkgrel=1
-pkgdesc="A dd version that is very useful for data-recovery"
-url="http://www.garloff.de/kurt/linux/ddrescue/"
-license=("GPL")
-depends=('glibc')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
-sha512sums=('efd1bf5d80d4bafa6e6971caa84205dc5df4456a29a9fa3bb56aa984d68675ae3418e8ba3a355906f491f0f2e750c38fd695e37dbd193e554cd41afec3841e28')
-
-prepare() {
-  cd $pkgname
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --enable-shared 
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 134407, dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-31 10:14:16 UTC (rev 134408)
@@ -0,0 +1,37 @@
+# $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.98
+pkgrel=1
+pkgdesc="A dd version that is very useful for data-recovery"
+url="http://www.garloff.de/kurt/linux/ddrescue/"
+license=("GPL")
+depends=('glibc')
+makedepends=('openssl')
+optdepends=('lzo: for libddr_lzo'
+            'openssl: for libddr_crypt')
+arch=('x86_64' 'i686')
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2")
+sha512sums=('f09626504de4148b245565250a0a4b59897de58da64438f3d540e712838f265f90ab1b436021ca7d28e588c878e3b12dead05f7dd8bbe30906518c4b5df480db')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
+}



More information about the arch-commits mailing list