lynx and hunspell

This commit is contained in:
Ertuğrul Erata
2015-07-22 16:43:57 +03:00
parent 9f19e03a9f
commit 1b022184e9
14 changed files with 869 additions and 0 deletions
+69
View File
@@ -0,0 +1,69 @@
<?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://lynx.isc.org/lynx2.8.8/lynx2.8.8.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>2014-05-29</Date>
<Version>2.8.8</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-03-09</Date>
<Version>2.8.7</Version>
<Comment>Rebuild.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="1">
<Date>2012-07-26</Date>
<Version>2.8.7</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>