pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>popt</Name>
  6. <Homepage>http://www.rpm5.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>Popt command line option parser</Summary>
  15. <Description>The popt library exists essentially for parsing command line options with advantages such as there are no global variables, ability to parse an arbitrary array of argv-style elements, to exec external option filters, and automatic generation of help and usage messages, a standard method of option aliasing.</Description>
  16. <Archive sha1sum="cfe94a15a2404db85858a81ff8de27c8ff3e235e" type="targz">ftp://anduin.linuxfromscratch.org/BLFS/svn/p/popt-1.16.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>popt</Name>
  20. <RuntimeDependencies>
  21. <Dependency>gettext</Dependency>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. <Path fileType="localedata">/usr/share/locale</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>popt-devel</Name>
  32. <PartOf>system.devel</PartOf>
  33. <Summary>Development files for popt</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">popt</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include/popt.h</Path>
  39. <Path fileType="man">/usr/share/man/man3</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="3">
  45. <Date>2017-01-23</Date>
  46. <Version>1.16</Version>
  47. <Comment>Rebuild.</Comment>
  48. <Name>PisiLinux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="2">
  52. <Date>2016-04-27</Date>
  53. <Version>1.16</Version>
  54. <Comment>Release Bump</Comment>
  55. <Name>PisiLinux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="1">
  59. <Date>2016-03-08</Date>
  60. <Version>1.16</Version>
  61. <Comment>First release</Comment>
  62. <Name>Alihan Öztürk</Name>
  63. <Email>alihan@pisilinux.org</Email>
  64. </Update>
  65. </History>
  66. </PISI>