Date: Saturday, August 2, 2014 @ 15:21:24
  Author: fyan
Revision: 116736

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

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: dd_rescue/repos/community-testing-i686/PKGBUILD (from rev 116735, 
dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2014-08-02 13:21:24 UTC (rev 116736)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Zerial <[email protected]>
+# Contributor: Patrick Leslie Polzer <[email protected]>
+# 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-testing-x86_64/PKGBUILD (from rev 116735, 
dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-08-02 13:21:24 UTC (rev 116736)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Zerial <[email protected]>
+# Contributor: Patrick Leslie Polzer <[email protected]>
+# 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')

Reply via email to