[arch-commits] Commit in crash/repos/community-x86_64 (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Mon Sep 23 17:52:01 UTC 2019
Date: Monday, September 23, 2019 @ 17:52:01
Author: anatolik
Revision: 511593
archrelease: copy trunk to community-x86_64
Added:
crash/repos/community-x86_64/PKGBUILD
(from rev 511592, crash/trunk/PKGBUILD)
Deleted:
crash/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-23 17:51:36 UTC (rev 511592)
+++ PKGBUILD 2019-09-23 17:52:01 UTC (rev 511593)
@@ -1,35 +0,0 @@
-# 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.2.6
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('c8bc0892061e7cec838e641a8e61319d656f33de5f211502296d1c9a23058ec2')
-
-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-x86_64/PKGBUILD (from rev 511592, crash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-09-23 17:52:01 UTC (rev 511593)
@@ -0,0 +1,35 @@
+# 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.2.7
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='https://people.redhat.com/~anderson'
+arch=(x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(https://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('16b96b350f56ea0f73f04003b8ca7604e8bdb3809c2e9e8cf89799da5b9b2dad')
+
+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