mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
strace: new package at 5.2
This commit is contained in:
parent
e4574eef6e
commit
e894215b82
10
extra/strace/build
Executable file
10
extra/strace/build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export CFLAGS="$CFLAGS -Dsigcontext_struct=sigcontext"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-mpers=no
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/strace/checksums
Normal file
1
extra/strace/checksums
Normal file
@ -0,0 +1 @@
|
||||
d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2 strace-5.2.tar.xz
|
1
extra/strace/sources
Normal file
1
extra/strace/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/strace/strace/releases/download/v5.2/strace-5.2.tar.xz
|
1
extra/strace/version
Normal file
1
extra/strace/version
Normal file
@ -0,0 +1 @@
|
||||
5.2 1
|
@ -16,7 +16,7 @@
|
||||
--disable-xim \
|
||||
--disable-gui \
|
||||
--disable-nls \
|
||||
--without-x
|
||||
--with-x
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user