12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>lynx</Name>
- <Homepage>http://lynx.isc.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <PartOf>network.web</PartOf>
- <IsA>app:gui</IsA>
- <Summary>Lynx is the text web browser.</Summary>
- <Description>This is the top level page for the Lynx software distribution site hosted by the Internet Software Consortium.</Description>
- <Archive sha1sum="65bbf95627c88723bbb5880155e5fe01c2753d0c" type="tarbz2">http://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.8rel.2.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">lynx2-8-6-don-t-accept-command-line-args-to-telnet.patch</Patch>
- <Patch level="1">lynx2-8-6-fix-ugly-color.patch</Patch>
- <Patch level="1">lynx2-8-7-adapt-to-modern-file-localizations.patch</Patch>
- <Patch level="1">lynx2-8-7-tmp_dir.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>lynx</Name>
- <RuntimeDependencies>
- <Dependency>ncurses</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>gettext</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="config">/etc</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-02-17</Date>
- <Version>2.8.8</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.8.8</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-29</Date>
- <Version>2.8.8</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|