diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:27:31 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-29 12:27:31 +0000 |
commit | af3b48c075f56bd5b8e3a5744e21522eadbd1ebe (patch) | |
tree | 0218185a51daec56408c0c4c697ead56202fcfbf /strace | |
parent | 92378cfef9ae14f52364c6b0319cd3c33e1f28cb (diff) | |
download | opt-af3b48c075f56bd5b8e3a5744e21522eadbd1ebe.tar.gz opt-af3b48c075f56bd5b8e3a5744e21522eadbd1ebe.tar.xz |
strace: adopted port
Diffstat (limited to 'strace')
-rw-r--r-- | strace/.signature | 4 | ||||
-rw-r--r-- | strace/Pkgfile | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/strace/.signature b/strace/.signature index 3bd385260..d1763c555 100644 --- a/strace/.signature +++ b/strace/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/TYnfHk3ULnC7zSVK+gu/jaiYI6BL+xAqoTGF3f29POoji2mzNU3Yrs+nV1RR3wur2nnhL83qpJbkeIGmcuokAc= -SHA256 (Pkgfile) = e04aec181687aef9ad89c2dd362b27ded6913da3750061f600c8ed131a0293e4 +RWSE3ohX2g5d/XLxfczSO9+Xaj5Gi/LXXaHglnJufljPnWIpH30AHhuGPFH1IySNmivwdVsJ/JL7Esab/HSt7RLJFHvSGgQQzAQ= +SHA256 (Pkgfile) = f63dc24916994d33cc08c395d51f27177226b3535c67871cd429fb16d1157870 SHA256 (.footprint) = dbb0265f75ba6fea56f69b1a1cf5d46fdb6bfab8fdf78be1f66144c29294f71e SHA256 (strace-5.10.tar.xz) = fe3982ea4cd9aeb3b4ba35f6279f0b577a37175d3282be24b9a5537b56b8f01c diff --git a/strace/Pkgfile b/strace/Pkgfile index 9e4598612..480ef1963 100644 --- a/strace/Pkgfile +++ b/strace/Pkgfile @@ -1,7 +1,7 @@ -# Description: System call tracing utility (like trace, truss, etc) -# URL: https://strace.io -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: elfutils +# Description: SysTem call tracing utility (like trace, truss, etc) +# URL: https://strace.io +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: elfutils name=strace version=5.10 @@ -9,8 +9,8 @@ release=1 source=(https://github.com/strace/strace/releases/download/v$version/$name-$version.tar.xz) build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install } |