pspec.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libedit</Name>
  6. <Homepage>https://www.thrysoee.dk/editline</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>An autotool and libtoolized port of the NetBSD Editline library</Summary>
  14. <Description>libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt.</Description>
  15. <Archive sha1sum="74e20f38fe593a6b7c686e42e28183291ad91e28" type="targz">https://thrysoee.dk/editline/libedit-20240517-3.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>ncurses-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libedit</Name>
  22. <RuntimeDependencies>
  23. <Dependency>ncurses</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libedit-devel</Name>
  33. <Summary>Development files for libedit</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">libedit</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. <Path fileType="man">/usr/share/man/man3</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="10">
  45. <Date>2024-06-02</Date>
  46. <Version>3.1.20240517</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Pisi Linux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="9">
  52. <Date>2023-10-21</Date>
  53. <Version>3.1.20230828</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="8">
  59. <Date>2022-07-30</Date>
  60. <Version>3.1.20210910</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="7">
  66. <Date>2020-11-07</Date>
  67. <Version>3.1.20191231</Version>
  68. <Comment>Rebuild.</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="6">
  73. <Date>2020-01-10</Date>
  74. <Version>3.1.20191231</Version>
  75. <Comment>Version Bump</Comment>
  76. <Name>Kamil Atlı</Name>
  77. <Email>suvari@pisilinux.org</Email>
  78. </Update>
  79. <Update release="5">
  80. <Date>2018-07-25</Date>
  81. <Version>3.1.20180525</Version>
  82. <Comment>Version Bump</Comment>
  83. <Name>Mustafa Cinasal</Name>
  84. <Email>muscnsl@gmail.com</Email>
  85. </Update>
  86. <Update release="4">
  87. <Date>2017-09-02</Date>
  88. <Version>3.1.20170329</Version>
  89. <Comment>Version Bump</Comment>
  90. <Name>Mustafa Cinasal</Name>
  91. <Email>muscnsl@gmail.com</Email>
  92. </Update>
  93. <Update release="3">
  94. <Date>2017-09-02</Date>
  95. <Version>3.1_20160903</Version>
  96. <Comment>Version Bump</Comment>
  97. <Name>Pisi Linux Community</Name>
  98. <Email>admin@pisilinux.org</Email>
  99. </Update>
  100. <Update release="2">
  101. <Date>2016-06-09</Date>
  102. <Version>3.1_20150325</Version>
  103. <Comment>Release Bump</Comment>
  104. <Name>Pisi Linux Community</Name>
  105. <Email>admin@pisilinux.org</Email>
  106. </Update>
  107. <Update release="1">
  108. <Date>2015-06-25</Date>
  109. <Version>3.1_20150325</Version>
  110. <Comment>First release</Comment>
  111. <Name>Ertuğrul Erata</Name>
  112. <Email>ertugrulerata@gmail.com</Email>
  113. </Update>
  114. </History>
  115. </PISI>