Files
core/system/devel/libseccomp/pspec.xml
T
2015-08-20 15:01:03 +03:00

51 lines
1.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libseccomp</Name>
<Homepage>http://sourceforge.net/projects/libseccomp/</Homepage>
<Packager>
<Name>Aydın Demirel</Name>
<Email>aydin.demirel@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>app:library</IsA>
<Summary>Enhanced seccomp library</Summary>
<Description>High level interface to the Linux Kernel's seccomp filter.</Description>
<Archive sha1sum="cc135ab6c95723cfbba034feb9630446de475341" type="targz">http://downloads.sourceforge.net/project/libseccomp/libseccomp-2.1.1/libseccomp-2.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc</Dependency>
<Dependency>util-linux</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libseccomp</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib/*</Path>
</Files>
</Package>
<Package>
<Name>libseccomp-devel</Name>
<Summary>Development files for libseccomp</Summary>
<RuntimeDependencies>
<Dependency release="current">libseccomp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-06-27</Date>
<Version>2.1.1</Version>
<Comment>First release</Comment>
<Name>Aydın Demirel</Name>
<Email>aydin.demirel@pisilinux.org</Email>
</Update>
</History>
</PISI>