Files
main/game/board/eboard/pspec.xml
T
2017-05-05 19:39:21 +03:00

70 lines
2.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>eboard</Name>
<Homepage>http://www.bergo.eng.br/eboard/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>eboard</Icon>
<IsA>app:gui</IsA>
<Summary>A GTK+ chess board</Summary>
<Description>eboard is a chess interface for Unix-like systems based on the GTK+ GUI toolkit.</Description>
<Archive sha1sum="029cf1e7503fc2a862b9880da9ea6ab91e5614cd" type="tarbz2">mirrors://sourceforge/eboard/eboard-1.1.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gtk2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>eboard-1.1.1-as-needed.patch</Patch>
<Patch>eboard-1.1.1-gcc44.patch</Patch>
<Patch>eboard-1.1.1-ovflfix.patch</Patch>
<Patch>eboard-1.1.1-libpng15.patch</Patch>
</Patches>
</Source>
<Package>
<Name>eboard</Name>
<RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>pango</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/eboard</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/eboard.desktop">eboard.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="2">
<Date>2017-05-05</Date>
<Version>1.1.1</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>1.1.1</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>