77 lines
2.7 KiB
XML
77 lines
2.7 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libtar</Name>
|
||
<Homepage>https://directory.fsf.org/wiki/Libtar</Homepage>
|
||
<Packager>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>as-is</License>
|
||
<IsA>library</IsA>
|
||
<Summary>tar file manipulation API</Summary>
|
||
<Description>libtar is a C library for manipulating POSIX tar files. It handles adding and extracting files to/from a tar archive.</Description>
|
||
<Archive sha1sum="89901d5dbf720b59df7a5f0b34ff90bff9bbb806" type="targz">http://pkgbuild.com/~giovanni/libtar/libtar-1.2.20.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>zlib-devel</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>libtar</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>zlib</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libtar-devel</Name>
|
||
<Summary>Development files for libtar</Summary>
|
||
<RuntimeDependencies>
|
||
<Dependency release="current">libtar</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="man">/usr/share/man/man3</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="4">
|
||
<Date>2018-08-07</Date>
|
||
<Version>1.2.20</Version>
|
||
<Comment>Release Bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2017-02-02</Date>
|
||
<Version>1.2.20</Version>
|
||
<Comment>Release Bump</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2016-06-08</Date>
|
||
<Version>1.2.20</Version>
|
||
<Comment>Release Bump</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2014-06-20</Date>
|
||
<Version>1.2.20</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|