strace: new package

This commit is contained in:
Dylan Araps 2020-10-20 19:21:29 +03:00
parent e40cada6fa
commit 88ee707a09
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 12 additions and 0 deletions

8
extra/strace/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-mpers
make
make DESTDIR="$1" install

1
extra/strace/checksums Normal file
View File

@ -0,0 +1 @@
39473eb8465546c3e940fb663cb381eba5613160c7302794699d194a4d5d66d9

1
extra/strace/depends Normal file
View File

@ -0,0 +1 @@
linux-headers make

1
extra/strace/sources Normal file
View File

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

1
extra/strace/version Normal file
View File

@ -0,0 +1 @@
5.9 1