123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>uchardet</Name>
- <Homepage>https://www.freedesktop.org/wiki/Software/uchardet</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MPL</License>
- <IsA>library</IsA>
- <Summary>Encoding detector library ported from Mozilla</Summary>
- <Description>Encoding detector library ported from Mozilla</Description>
- <Archive sha1sum="fdc11673bfb0939f48825bf811b64af709339c80" type="tarxz">
- https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.8.tar.xz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>python3</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>uchardet</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>uchardet-devel</Name>
- <Summary>Development files for uchardet</Summary>
- <RuntimeDependencies>
- <Dependency release="current">uchardet</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2022-12-30</Date>
- <Version>0.0.8</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2021-04-26</Date>
- <Version>0.0.7</Version>
- <Comment>Version bump.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2020-01-01</Date>
- <Version>0.0.6</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|