pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>editline</Name>
  6. <Homepage>https://troglobit.com/projects/editline/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:library</IsA>
  13. <Summary>A small replacement for GNU readline() for UNIX</Summary>
  14. <Description>This is a small line editing library. It can be linked into almost any program to provide command line editing and history functions. It is call compatible with the FSF readline library, but at a fraction of the size, and as a result fewer features.</Description>
  15. <Archive sha1sum="45a63b83d787532d809a742bb27586df83e0ba22" type="tarxz">https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glibc-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>editline</Name>
  22. <Files>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. <Path fileType="library">/usr/lib/libeditline*</Path>
  25. <Path fileType="man">/usr/share/man/man3/editline-troglobit.3.gz</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>editline-devel</Name>
  30. <RuntimeDependencies>
  31. <Dependency release="current">editline</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="library">/usr/lib/pkgconfig</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="1">
  40. <Date>2024-06-04</Date>
  41. <Version>1.17.1</Version>
  42. <Comment>First release.</Comment>
  43. <Name>Kamil Atlı</Name>
  44. <Email>suvari@pisilinux.org</Email>
  45. </Update>
  46. </History>
  47. </PISI>