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

Felix Yan fyan at archlinux.org
Fri Aug 22 15:09:29 UTC 2014


    Date: Friday, August 22, 2014 @ 17:09:29
  Author: fyan
Revision: 117771

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-22 15:08:36 UTC (rev 117770)
+++ community-i686/PKGBUILD	2014-08-22 15:09:29 UTC (rev 117771)
@@ -1,34 +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.45
-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')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
-
-prepare() {
-  cd $pkgname
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}
-
-sha512sums=('88022f38ad0e1ea171f1db014ba5e3f421fe9c35782f01220e27beb03618998860694df6b5d2e96ea4927640952c57153f2a1633dee9c13a2227e17ddd46b160')

Copied: dd_rescue/repos/community-i686/PKGBUILD (from rev 117770, dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-22 15:09:29 UTC (rev 117771)
@@ -0,0 +1,36 @@
+# $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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-22 15:08:36 UTC (rev 117770)
+++ community-x86_64/PKGBUILD	2014-08-22 15:09:29 UTC (rev 117771)
@@ -1,34 +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.45
-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')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz")
-
-prepare() {
-  cd $pkgname
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}
-
-sha512sums=('88022f38ad0e1ea171f1db014ba5e3f421fe9c35782f01220e27beb03618998860694df6b5d2e96ea4927640952c57153f2a1633dee9c13a2227e17ddd46b160')

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 117770, dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-22 15:09:29 UTC (rev 117771)
@@ -0,0 +1,36 @@
+# $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
+}




More information about the arch-commits mailing list