pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lynx</Name>
  6. <Homepage>http://lynx.isc.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <PartOf>network.web</PartOf>
  13. <IsA>app:gui</IsA>
  14. <Summary>Lynx is the text web browser.</Summary>
  15. <Description>This is the top level page for the Lynx software distribution site hosted by the Internet Software Consortium.</Description>
  16. <Archive sha1sum="65bbf95627c88723bbb5880155e5fe01c2753d0c" type="tarbz2">http://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.8rel.2.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>ncurses-devel</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. <Dependency>gettext-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">lynx2-8-6-don-t-accept-command-line-args-to-telnet.patch</Patch>
  24. <Patch level="1">lynx2-8-6-fix-ugly-color.patch</Patch>
  25. <Patch level="1">lynx2-8-7-adapt-to-modern-file-localizations.patch</Patch>
  26. <Patch level="1">lynx2-8-7-tmp_dir.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>lynx</Name>
  31. <RuntimeDependencies>
  32. <Dependency>ncurses</Dependency>
  33. <Dependency>openssl</Dependency>
  34. <Dependency>gettext</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="config">/etc</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="man">/usr/share/man</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="3">
  45. <Date>2017-02-17</Date>
  46. <Version>2.8.8</Version>
  47. <Comment>Rebuild</Comment>
  48. <Name>Pisi Linux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="2">
  52. <Date>2016-06-09</Date>
  53. <Version>2.8.8</Version>
  54. <Comment>Release Bump</Comment>
  55. <Name>Pisi Linux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="1">
  59. <Date>2014-05-29</Date>
  60. <Version>2.8.8</Version>
  61. <Comment>First release</Comment>
  62. <Name>Stefan Gronewold(groni)</Name>
  63. <Email>groni@pisilinux.org</Email>
  64. </Update>
  65. </History>
  66. </PISI>