53 lines
1.6 KiB
XML
53 lines
1.6 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libunibreak</Name>
|
|
<Homepage>http://vimgadgets.sourceforge.net/libunibreak/</Homepage>
|
|
<Packager>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>zlib</License>
|
|
<IsA>library</IsA>
|
|
<PartOf>programming.library</PartOf>
|
|
<Summary>An Implementation of the line breaking and word breaking algorithms</Summary>
|
|
<Description>Libunibreak is an implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29</Description>
|
|
<Archive sha1sum="b4fb8c806e07b1467a0d2968ed31901442040158" type="targz">
|
|
https://github.com/adah1972/libunibreak/releases/download/libunibreak_5_0/libunibreak-5.0.tar.gz
|
|
</Archive>
|
|
<BuildDependencies>
|
|
<!-- <Dependency></Dependency> -->
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libunibreak</Name>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libunibreak-devel</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libunibreak</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2021-11-22</Date>
|
|
<Version>5.0</Version>
|
|
<Comment>First release.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|