12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>bubblewrap</Name>
- <Homepage>https://github.com/projectatomic/bubblewrap</Homepage>
- <Packager>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Packager>
- <License>LGPLv2</License>
- <Summary>Unprivileged sandboxing tool</Summary>
- <Description>is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.</Description>
- <Archive sha1sum="70890f2dac7c2b7ff39acb6b34dd23737e81ed79" type="targz">https://github.com/projectatomic/bubblewrap/archive/v0.2.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libcap-devel</Dependency>
- <Dependency>bash-completion</Dependency>
- <Dependency>libxslt</Dependency>
- <Dependency>docbook-xsl</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>bubblewrap</Name>
- <RuntimeDependencies>
- <Dependency>libcap</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/bash-completion</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2018-02-03</Date>
- <Version>0.2.0</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|