crash: upstream moved.
This commit is contained in:
parent
fe09ffd911
commit
16f950f489
1 changed files with 6 additions and 10 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'crash'
|
# Template file for 'crash'
|
||||||
pkgname=crash
|
pkgname=crash
|
||||||
version=7.2.8
|
version=7.2.8
|
||||||
revision=1
|
revision=2
|
||||||
archs="i686 x86_64" # broken on musl
|
archs="i686 x86_64" # broken on musl
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="flex tar"
|
hostmakedepends="flex tar wget"
|
||||||
makedepends="lzo-devel ncurses-devel zlib-devel"
|
makedepends="lzo-devel ncurses-devel zlib-devel"
|
||||||
short_desc="Kernel crash dump debugger and live inspector"
|
short_desc="Kernel crash dump debugger and live inspector"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://people.redhat.com/anderson/"
|
homepage="https://crash-utility.github.io/"
|
||||||
changelog="https://people.redhat.com/anderson/crash.changelog.html"
|
changelog="https://crash-utility.github.io/crash.changelog.html"
|
||||||
distfiles="http://people.redhat.com/anderson/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz"
|
||||||
checksum=19abe7fcb6a392f8d741315993e3d8b1a8ea799e9ddb433f12f6db4c59e45751
|
checksum=996d3367764c77e23921c164725e4d0221acc7a15a92a3f825053ea37f2452dc
|
||||||
nocross=yes
|
nocross=yes
|
||||||
LDFLAGS=-llzo2
|
LDFLAGS=-llzo2
|
||||||
|
|
||||||
|
@ -28,10 +28,6 @@ post_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make gdb_unzip
|
|
||||||
sed -i 's|sys/debugreg.h|asm/debugreg.h|g' gdb-7.6/gdb/amd64-linux-nat.c
|
|
||||||
sed -i 's|const struct ps_prochandle|struct ps_prochandle|g' gdb-7.6/gdb/*.c
|
|
||||||
|
|
||||||
make ${makejobs} lzo
|
make ${makejobs} lzo
|
||||||
make ${makejobs} extensions
|
make ${makejobs} extensions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue