strace: links.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>strace</Name>
|
<Name>strace</Name>
|
||||||
<Homepage>http://sourceforge.net/projects/strace/</Homepage>
|
<Homepage>https://strace.io/</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
@@ -12,21 +12,21 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Tracks and displays system calls associated with a running process</Summary>
|
<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>
|
<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="c7d2a8f9d48a70792fafab77cb2e63fa7f976d6c" type="tarxz">https://sourceforge.net/projects/strace/files/strace/4.21/strace-4.21.tar.xz</Archive>
|
<Archive sha1sum="c7d2a8f9d48a70792fafab77cb2e63fa7f976d6c" type="tarxz">https://strace.io/files/4.21/strace-4.21.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>libaio-devel</Dependency>
|
<Dependency>libaio-devel</Dependency>
|
||||||
<Dependency>libunwind-devel</Dependency>
|
<Dependency>libunwind-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!--<Patch level="1">strace-fix-ftbfs.patch</Patch> -->
|
<!--<Patch level="1">strace-fix-ftbfs.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>strace</Name>
|
<Name>strace</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>libunwind</Dependency>
|
<Dependency>libunwind</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2020-08-13</Date>
|
<Date>2020-08-13</Date>
|
||||||
<Version>4.21</Version>
|
<Version>4.21</Version>
|
||||||
<Comment>Rebuild.</Comment>
|
<Comment>Rebuild.</Comment>
|
||||||
|
|||||||
Reference in New Issue
Block a user