12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libdatrie</Name>
- <Homepage>https://linux.thai.net/~thep/datrie/datrie.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPL-2.1</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>An Implementation of Double-Array Trie.</Summary>
- <Description>This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe.</Description>
- <Archive sha1sum="ff3d30605fdc9a226e7acde8de3752125b3a8791" type="tarxz">
- https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz
- </Archive>
- <BuildDependencies>
- <Dependency>glibc-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>trietool</Name>
- <RuntimeDependencies>
- <Dependency release="current">libdatrie</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="manual">/usr/share/man/man1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdatrie</Name>
- <RuntimeDependencies>
- <!-- <Dependency>libgcc</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>libdatrie-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">libdatrie</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-04-14</Date>
- <Version>0.2.13</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|