Files
main/programming/library/libiconv/pspec.xml
T
4fury-c3440d8 093a7aff6a GNU libiconv.
2023-02-27 07:52:17 +03:00

64 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libiconv</Name>
<Homepage>https://www.gnu.org/software/libiconv/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>LGPL-2.1</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary>pass</Summary>
<Description>
GNU libiconv provides an implementation of the iconv() function and the iconv program for character set conversion. For use on systems which don't have one, or whose implementation cannot convert from/to Unicode.
</Description>
<Archive sha1sum="409a6a8c07280e02cc33b65ae871311f4b33077b" type="targz">
https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz
</Archive>
<BuildDependencies>
<!-- <Dependency>glibc-devel</Dependency> -->
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>libiconv</Name>
<RuntimeDependencies>
<!-- <Dependency>glibc</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/local/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/locale</Path>
<Path fileType="data">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share/man/man3</Path>
<Path fileType="data">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libiconv-devel</Name>
<RuntimeDependencies>
<Dependency release="current">libiconv</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="headers">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-02-26</Date>
<Version>1.17</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>