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 <[email protected]>
+# Contributor: Zerial <[email protected]>
+# Contributor: Patrick Leslie Polzer <[email protected]>
+# 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 <[email protected]>
+# Contributor: Zerial <[email protected]>
+# Contributor: Patrick Leslie Polzer <[email protected]>
+# 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
+}

Reply via email to