1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>foma</Name>
- <Homepage>https://bitbucket.org/mhulden/foma/src</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache-2</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <PartOf>programming.misc</PartOf>
- <Summary>finite-state compiler and C library.</Summary>
- <Description>Foma is a multi-purpose finite-state toolkit designed for applications ranging from natural language processing and research in automata theory.</Description>
- <Archive sha1sum="0d557b1d2a7c46a417618e77935cfdbf7dd4e7e6" type="targz">
- https://bitbucket.org/mhulden/foma/downloads/foma-0.9.18.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>termcap</Dependency>
- <Dependency>readline-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level='1'></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>foma</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>termcap</Dependency>
- <Dependency>readline</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-12-02</Date>
- <Version>0.9.18</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|