strace: new package at 5.2

This commit is contained in:
Dylan Araps 2019-09-14 12:22:06 +03:00
parent e4574eef6e
commit e894215b82
5 changed files with 14 additions and 1 deletions

10
extra/strace/build Executable file
View 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
View File

@ -0,0 +1 @@
d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2 strace-5.2.tar.xz

1
extra/strace/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/strace/strace/releases/download/v5.2/strace-5.2.tar.xz

1
extra/strace/version Normal file
View File

@ -0,0 +1 @@
5.2 1

View File

@ -16,7 +16,7 @@
--disable-xim \
--disable-gui \
--disable-nls \
--without-x
--with-x
make
make DESTDIR="$1" install