Files
main/programming/library/libptytty/pspec.xml
T
2024-08-18 10:56:35 +03:00

57 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libptytty</Name>
<Homepage>http://software.schmorp.de/pkg/libptytty.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL-2</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary>OS independent and secure pty/tty and utmp/wtmp/lastlog handling.</Summary>
<Description>Libptytty is a small library that offers pseudo-tty management in an OS-independent way. It was created out of frustration over the many differences of pty/tty handling in different operating systems for the use inside "rxvt-unicode".</Description>
<Archive sha1sum="ed0605e23615559139ed8526e1bfaebaf9a95c43" type="targz">
https://ftp.osuosl.org/pub/blfs/conglomeration/libptytty/libptytty-2.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libptytty</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<Path fileType="doc">/usr/share/doc/libptytty</Path>
</Files>
</Package>
<Package>
<Name>libptytty-devel</Name>
<RuntimeDependencies>
<Dependency release="current">libptytty</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-12-21</Date>
<Version>2.0</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>