123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>icu4c</Name>
- <Homepage>http://site.icu-project.org/home</Homepage>
- <Packager>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>as-is</License>
- <IsA>library</IsA>
- <PartOf>programming.misc</PartOf>
- <Summary>International Components for Unicode</Summary>
- <Description>ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). This package contains the C/C++ libraries.</Description>
- <!-- CAUTION! This package has a great potential to break API/ABI in minor version bumps, check for a file like:
- http://source.icu-project.org/repos/icu/icu/tags/release-55-1/APIChangeReport.html -->
- <Archive sha1sum="3127155ecf2b75ab4835f501b7478e39c07bb852" type="targz">http://download.icu-project.org/files/icu4c/64.2/icu4c-64_2-src.tgz</Archive>
- <BuildDependencies>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>icu4c</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc/icu4c/html</Path>
- </Files>
- </Package>
- <Package>
- <Name>icu4c-devel</Name>
- <Summary>Development files for icu4c</Summary>
- <RuntimeDependencies>
- <Dependency release="current">icu4c</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/icu-config</Path>
- <Path fileType="data">/usr/lib/icu</Path>
- <Path fileType="data">/usr/share/icu</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig/</Path>
- </Files>
- </Package>
- <Package>
- <Name>icu4c-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for icu4c</Summary>
- <BuildType>_emul32</BuildType>
- <BuildDependencies>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">icu4c</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/libicu*</Path>
- <Path fileType="library">/usr/lib32/icu</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2019-09-25</Date>
- <Version>64.2</Version>
- <Comment>Upgraded version to 64.2</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-04-12</Date>
- <Version>58.2</Version>
- <Comment>First release</Comment>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|