pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libedit</Name>
  6. <Homepage>http://www.thrysoee.dk/editline</Homepage>
  7. <Packager>
  8. <Name>Suleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>An autotool and libtoolized port of the NetBSD Editline library</Summary>
  15. <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>
  16. <Archive sha1sum="55e327ee4661b13d20ebb411d790f2bb258271cf" type="targz">http://thrysoee.dk/editline/libedit-20160903-3.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libedit</Name>
  22. <RuntimeDependencies>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>libedit-devel</Name>
  32. <Summary>Development files for libedit</Summary>
  33. <RuntimeDependencies>
  34. <Dependency release="current">libedit</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="data">/usr/lib/pkgconfig</Path>
  39. <Path fileType="man">/usr/share/man/man3</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="2">
  44. <Date>2019-09-25</Date>
  45. <Version>3.1_20190324</Version>
  46. <Comment>Upgraded to lastest.</Comment>
  47. <Name>Süleyman Poyraz</Name>
  48. <Email>zaryob.dev@gmail.com</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2019-04-12</Date>
  52. <Version>3.1_20160903</Version>
  53. <Comment>First release</Comment>
  54. <Name>Suleyman Poyraz</Name>
  55. <Email>zaryob.dev@gmail.com</Email>
  56. </Update>
  57. </History>
  58. </INARY>