This commit is contained in:
4fury-c3440d8
2022-02-02 05:47:48 +03:00
parent 463643ed51
commit 7c1f29a984
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CREDITS", "NEWS", "README*",)
pisitools.dodoc("CREDITS", "NEWS", "README*")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Tracks and displays system calls associated with a running process</Summary>
<Description>strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value.</Description>
<Archive sha1sum="6625b01b18c3940cd926c85e4d1feb10f162973d" type="tarxz">https://strace.io/files/5.14/strace-5.14.tar.xz</Archive>
<Archive sha1sum="2cea29778e631838be676b451ea17ff381b673f0" type="tarxz">https://strace.io/files/5.15/strace-5.15.tar.xz</Archive>
<BuildDependencies>
<Dependency>libunwind-devel</Dependency>
</BuildDependencies>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="10">
<Date>2022-02-02</Date>
<Version>5.15</Version>
<Comment>Version bump.</Comment>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2021-11-11</Date>
<Version>5.14</Version>