12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>hex-a-hop</Name>
- <Homepage>http://hexahop.sourceforge.net/downloads.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>as-is</License>
- <Icon>hex-a-hop</Icon>
- <IsA>app:gui</IsA>
- <Summary>Hexagonal puzzle game</Summary>
- <Description>Hex-a-hop is a puzzle game based on hexagonal tiles. There is no time limit and no real-time elements. The objective is simply to destroy all the green hexagonal tiles on each of the 100 levels. As you progress through the game, more types of tiles are introduced, which make things more difficult and interesting.</Description>
- <Archive sha1sum="5e1994caaa4974ba87bb5676aed1e44c81dec85d" type="targz">mirrors://sourceforge/hexahop/hex-a-hop/1.1.0/hex-a-hop-1.1.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libsdl-devel</Dependency>
- <Dependency>sdl-mixer-devel</Dependency>
- <Dependency>sdl-ttf-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>hex-a-hop</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>libsdl</Dependency>
- <Dependency>sdl-mixer</Dependency>
- <Dependency>sdl-ttf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/hex-a-hop</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="doc">/usr/share/doc/hex-a-hop</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/hex-a-hop.desktop">hex-a-hop.desktop</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/hex-a-hop.png">hex-a-hop.png</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-09-14</Date>
- <Version>1.1.0</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-05-11</Date>
- <Version>1.1.0</Version>
- <Comment>Rebuild and testing</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2014-02-17</Date>
- <Version>1.1.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2011-01-11</Date>
- <Version>1.1.0</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|