pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lmarbles</Name>
  6. <Homepage>http://lgames.sourceforge.net/index.php?project=LMarbles</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>lmarbles</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Marble puzzle game</Summary>
  15. <Description>Puzzle game inspired by Atomix and written using the SDL library.</Description>
  16. <Archive sha1sum="58db2447276bdf480e03964d729513f022f7790b" type="targz">mirrors://sourceforge/lgames/lmarbles-1.0.8.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libsdl-devel</Dependency>
  19. <Dependency>sdl-mixer-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>lmarbles</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libsdl</Dependency>
  26. <Dependency>sdl-mixer</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="data">/usr/share/applications</Path>
  31. <Path fileType="data">/usr/share/lmarbles</Path>
  32. <Path fileType="data">/usr/share/pixmaps</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="doc">/usr/share/doc/lmarbles</Path>
  35. </Files>
  36. <AdditionalFiles>
  37. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/lmarbles.desktop">lmarbles.desktop</AdditionalFile>
  38. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/lmarbles.png">lmarbles.png</AdditionalFile>
  39. </AdditionalFiles>
  40. </Package>
  41. <History>
  42. <Update release="4">
  43. <Date>2018-09-14</Date>
  44. <Version>1.0.8</Version>
  45. <Comment>Rebuild New T.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="3">
  50. <Date>2018-05-11</Date>
  51. <Version>1.0.8</Version>
  52. <Comment>Rebuild and testing.</Comment>
  53. <Name>Stefan Gronewold</Name>
  54. <Email>groni@pisilinux.org</Email>
  55. </Update>
  56. <Update release="2">
  57. <Date>2014-03-09</Date>
  58. <Version>1.0.8</Version>
  59. <Comment>Rebuild.</Comment>
  60. <Name>Kamil Atlı</Name>
  61. <Email>suvarice@gmail.com</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2010-01-17</Date>
  65. <Version>1.0.8</Version>
  66. <Comment>First release</Comment>
  67. <Name>Doruk Fişek</Name>
  68. <Email>dfisek@fisek.com.tr</Email>
  69. </Update>
  70. </History>
  71. </PISI>