Date: Friday, September 12, 2014 @ 19:47:11
  Author: anatolik
Revision: 118882

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

Added:
  crash/repos/testing-i686/
  crash/repos/testing-i686/PKGBUILD
    (from rev 118881, crash/trunk/PKGBUILD)
  crash/repos/testing-x86_64/
  crash/repos/testing-x86_64/PKGBUILD
    (from rev 118881, crash/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: crash/repos/testing-i686/PKGBUILD (from rev 118881, 
crash/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-09-12 17:47:11 UTC (rev 118882)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Bernhard Walle <[email protected]>
+# Contributor: Michael Eckert <[email protected]>
+# Contributor: Mathieu Pasquet <[email protected]>
+
+pkgname=crash
+pkgver=7.0.8
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('9afc3295b5f946ba940c0d9a0771856156152eb274813351afd8064a3cc32644')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}

Copied: crash/repos/testing-x86_64/PKGBUILD (from rev 118881, 
crash/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-09-12 17:47:11 UTC (rev 118882)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Bernhard Walle <[email protected]>
+# Contributor: Michael Eckert <[email protected]>
+# Contributor: Mathieu Pasquet <[email protected]>
+
+pkgname=crash
+pkgver=7.0.8
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('9afc3295b5f946ba940c0d9a0771856156152eb274813351afd8064a3cc32644')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}

Reply via email to