pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>meson</Name>
  6. <Homepage>http://mesonbuild.com/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <IsA>app:console</IsA>
  13. <Summary>High productivity build system</Summary>
  14. <Description>Yüksek verimli üretme sistemi</Description>
  15. <Archive sha1sum="12d1d0466955da4f9a7ef158a23d4e37d985d667" type="targz">https://github.com/mesonbuild/meson/releases/download/0.44.1/meson-0.44.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-devel</Dependency>
  18. <Dependency>python3-setuptools</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <!-- <Patch level="1">fix-tests.patch</Patch> -->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>meson</Name>
  26. <RuntimeDependencies>
  27. <Dependency>python3</Dependency>
  28. <Dependency>ninja</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="data">/usr/share/vim</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="2">
  41. <Date>2018-02-22</Date>
  42. <Version>0.44.1</Version>
  43. <Comment>Version bump</Comment>
  44. <Name>Mustafa Cinasal</Name>
  45. <Email>muscnsl@gmail.com</Email>
  46. </Update>
  47. <Update release="1">
  48. <Date>2017-12-07</Date>
  49. <Version>0.43.0</Version>
  50. <Comment>First release.</Comment>
  51. <Name>PisiLinux Community</Name>
  52. <Email>admins@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>