123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>enca</Name>
- <Homepage>http://cihar.com/software/enca</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>Charset analyzer</Summary>
- <Description>enca is a character set analyzer that can detect and convert character set of text files.</Description>
- <Archive sha1sum="3a7a493947001dbf4ca98d5780ede9080e077698" type="tarxz">http://dl.cihar.com/enca/enca-1.19.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>recode-devel</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>gtk-doc</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>enca</Name>
- <RuntimeDependencies>
- <Dependency>recode</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="library">/usr/libexec/enca</Path>
- <Path fileType="doc">/usr/share/doc/enca</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>enca-devel</Name>
- <Summary>Development files for enca</Summary>
- <RuntimeDependencies>
- <Dependency release="current">enca</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-03-17</Date>
- <Version>1.19</Version>
- <Comment>Rebuild.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-06</Date>
- <Version>1.19</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-28</Date>
- <Version>1.19</Version>
- <Comment>Release bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.16</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>1.16</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|