Files
main/game/board/gnuchess/pspec.xml
T
Ercan Ersoy 5b69c50ca1 gnuchess-6.2.9
* Updated gnuchess to 6.2.9 version
  * Fix a warning

Signed-off-by: Ercan Ersoy <ercanersoy@ercanersoy.net>
2022-04-03 09:33:25 +03:00

67 lines
2.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnuchess</Name>
<Homepage>http://www.gnu.org/software/chess/chess.html</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Console based chess interface</Summary>
<Description>GNU Chess lets most modern computers play a full game of chess. It has a plain terminal interface but supports visual interfaces such as X-Windows xboard.</Description>
<Archive sha1sum="7c28be62d44998ce587f6f45acbd08fdaff7dc8b" type="targz">mirrors://gnu/chess/gnuchess-6.2.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gnuchess</Name>
<RuntimeDependencies>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/info</Path>
<Path fileType="data">/usr/share/games</Path>
<Path fileType="data">/usr/share/gnuchess</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2022-04-03</Date>
<Version>6.2.9</Version>
<Comment>Version Bump.</Comment>
<Name>Ercan Ersoy</Name>
<Email>ercanersoy@ercanersoy.net</Email>
</Update>
<Update release="3">
<Date>2018-09-14</Date>
<Version>6.2.5</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2017-05-05</Date>
<Version>6.2.4</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2016-12-04</Date>
<Version>6.2.4</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>