pspec.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lua</Name>
  6. <Homepage>http://www.lua.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <Icon>lua</Icon>
  14. <Summary>A light-weight programming language</Summary>
  15. <Description>lua is a powerful light-weight programming language designed for extending applications.</Description>
  16. <Archive sha1sum="29b54f97dab8631f52ee21a44871622eaefbe235" type="targz">http://www.lua.org/ftp/lua-5.4.7.tar.gz</Archive>
  17. <AdditionalFiles>
  18. <AdditionalFile target="lua.pc">lua.pc</AdditionalFile>
  19. </AdditionalFiles>
  20. <BuildDependencies>
  21. <Dependency>readline-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">liblua.so.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>lua</Name>
  29. <RuntimeDependencies>
  30. <Dependency>readline</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="data">/usr/share/pixmaps</Path>
  38. </Files>
  39. <AdditionalFiles>
  40. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/lua.png">lua.png</AdditionalFile>
  41. </AdditionalFiles>
  42. </Package>
  43. <Package>
  44. <Name>lua-devel</Name>
  45. <Summary>Development files for lua</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">lua</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="data">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="11">
  56. <Date>2024-10-06</Date>
  57. <Version>5.4.7</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Pisi Linux Community</Name>
  60. <Email>admin@pisilinux.org</Email>
  61. </Update>
  62. <Update release="10">
  63. <Date>2022-12-28</Date>
  64. <Version>5.4.4</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="9">
  70. <Date>2021-10-05</Date>
  71. <Version>5.3.6</Version>
  72. <Comment>Version bump.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="8">
  77. <Date>2020-01-18</Date>
  78. <Version>5.3.5</Version>
  79. <Comment>Rebuild.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="7">
  84. <Date>2018-10-03</Date>
  85. <Version>5.3.5</Version>
  86. <Comment>Version Bump.</Comment>
  87. <Name>Mustafa Cinasal</Name>
  88. <Email>muscnsl@gmail.com</Email>
  89. </Update>
  90. <Update release="6">
  91. <Date>2018-08-06</Date>
  92. <Version>5.3.4</Version>
  93. <Comment>Rebuild.</Comment>
  94. <Name>Mustafa Cinasal</Name>
  95. <Email>muscnsl@gmail.com</Email>
  96. </Update>
  97. <Update release="5">
  98. <Date>2017-04-08</Date>
  99. <Version>5.3.4</Version>
  100. <Comment>Version bump.</Comment>
  101. <Name>Ertuğrul Erata</Name>
  102. <Email>ertugrulerata@gmail.com</Email>
  103. </Update>
  104. <Update release="4">
  105. <Date>2017-03-02</Date>
  106. <Version>5.3.4</Version>
  107. <Comment>Version Bump</Comment>
  108. <Name>Ayhan Yalçınsoy</Name>
  109. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  110. </Update>
  111. <Update release="3">
  112. <Date>2016-06-14</Date>
  113. <Version>5.3.3</Version>
  114. <Comment>Version Bump</Comment>
  115. <Name>Pisi Linux Community</Name>
  116. <Email>admin@pisilinux.org</Email>
  117. </Update>
  118. <Update release="2">
  119. <Date>2016-06-09</Date>
  120. <Version>5.2.4</Version>
  121. <Comment>Release Bump</Comment>
  122. <Name>Pisi Linux Community</Name>
  123. <Email>admin@pisilinux.org</Email>
  124. </Update>
  125. <Update release="1">
  126. <Date>2015-06-03</Date>
  127. <Version>5.2.4</Version>
  128. <Comment>First release</Comment>
  129. <Name>Vedat Demir</Name>
  130. <Email>vedat@pisilinux.org</Email>
  131. </Update>
  132. </History>
  133. </PISI>