123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>bison</Name>
- <Homepage>http://www.gnu.org/software/bison/bison.html</Homepage>
- <Packager>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>A yacc-compatible parser generator</Summary>
- <Description>A yacc-compatible parser generator. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages</Description>
- <Archive sha1sum="8270497aad88c7dd4f2c317298c50513fb0c3c8e" type="tarxz">mirrors://gnu/bison/bison-3.0.4.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>m4</Dependency>
- <Dependency>gettext</Dependency>
- <Dependency>patch</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>bison</Name>
- <RuntimeDependencies>
- <!-- m4 1.4.16 required?-->
- <Dependency>m4</Dependency>
- <Dependency>gettext</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="data">/usr/share/bison</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-26</Date>
- <Version>3.0.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>3.0.4</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>3.0.4</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|