Files
main/util/archive/libtar/pspec.xml
T
Poyraz76 96f0fc438b libtar
2015-08-20 18:31:01 +03:00

56 lines
2.0 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>libtar</Name>
<Homepage>http://www.feep.net/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>
</Source>
<Package>
<Name>libtar</Name>
<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="2">
<Date>2014-06-20</Date>
<Version>1.2.20</Version>
<Comment>version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-12</Date>
<Version>1.2.11</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>