Files
main/programming/misc/npth/pspec.xml
T
2016-06-09 00:08:04 +03:00

57 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>npth</Name>
<Homepage>http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>New portable threads library</Summary>
<Description>is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems.</Description>
<Archive sha1sum="3bfa2a2d7521d6481850e8a611efe5bf5ed75200" type="tarbz2">ftp://ftp.gnupg.org/gcrypt/npth/npth-1.2.tar.bz2</Archive>
</Source>
<Package>
<Name>npth</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>npth-devel</Name>
<Summary>Development files for pth</Summary>
<RuntimeDependencies>
<Dependency release="current">npth</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/npth-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-04-12</Date>
<Version>1.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>