123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>recode</Name>
- <Homepage>http://www.gnu.org/software/recode/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>File character set converter</Summary>
- <Description>Recode can convert files to various character sets (e.g. utf8, iso-8859-1, koi8r..).</Description>
- <Archive sha1sum="53fdab85241c47dcc079fe4290335b991edc74b5" type="targz">https://github.com/rrthomas/recode/releases/download/v3.7/recode-3.7.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gettext</Dependency>
- <Dependency>texinfo</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">recode.patch</Patch> -->
- <!-- <Patch level="1">recode-3.6-getcwd.patch</Patch> -->
- <!-- <Patch level="0">recode-bool-bitfield.patch</Patch> -->
- <!-- <Patch level="1">recode-flex-m4.patch</Patch> -->
- <!-- <Patch level="1">stdlib.patch</Patch> -->
- <!-- <Patch level="1">recode-3.6-gettextfix.diff</Patch> -->
- <!--
- <Patch level="1">recode_3.6-15.diff</Patch>
- -->
- <!-- <Patch level="1">system-aclocal.diff</Patch> -->
- <!-- Segfault patch from SuSE -->
- <!-- <Patch>recode-3.6-segfault.patch</Patch> -->
- <!-- <Patch level="1">recode-automake.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>recode</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <Package>
- <Name>recode-devel</Name>
- <Summary>Development files for recode</Summary>
- <RuntimeDependencies>
- <Dependency release="current">recode</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-02-11</Date>
- <Version>3.7</Version>
- <Comment>Version Bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-02</Date>
- <Version>3.6</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>3.6</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-01</Date>
- <Version>3.6</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|