[arch-commits] Commit in crash/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 19:26:07 UTC 2015
Date: Sunday, September 6, 2015 @ 21:26:07
Author: foutrelis
Revision: 139334
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
crash/repos/community-staging-i686/
crash/repos/community-staging-i686/PKGBUILD
(from rev 139333, crash/trunk/PKGBUILD)
crash/repos/community-staging-x86_64/
crash/repos/community-staging-x86_64/PKGBUILD
(from rev 139333, crash/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: crash/repos/community-staging-i686/PKGBUILD (from rev 139333, crash/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 19:26:07 UTC (rev 139334)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Bernhard Walle <bernhard.walle at gmx.de>
+# Contributor: Michael Eckert <michael.eckert at linuxmail.org>
+# Contributor: Mathieu Pasquet <mathieui at mathieui.net>
+
+pkgname=crash
+pkgver=7.1.3
+pkgrel=2
+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=('58add564699f33f4bba7f0deed43f5dfef945e165e7cd9de495a34d8e8642dc9')
+
+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/community-staging-x86_64/PKGBUILD (from rev 139333, crash/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 19:26:07 UTC (rev 139334)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Bernhard Walle <bernhard.walle at gmx.de>
+# Contributor: Michael Eckert <michael.eckert at linuxmail.org>
+# Contributor: Mathieu Pasquet <mathieui at mathieui.net>
+
+pkgname=crash
+pkgver=7.1.3
+pkgrel=2
+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=('58add564699f33f4bba7f0deed43f5dfef945e165e7cd9de495a34d8e8642dc9')
+
+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/
+}
More information about the arch-commits
mailing list