create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+100
View File
@@ -0,0 +1,100 @@
<?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="aeb1e3544007124009e5203afe86a5676580d444" type="tarxz">mirrors://gnu/bison/bison-3.0.2.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="7">
<Date>2014-09-06</Date>
<Version>3.0.2</Version>
<Comment>Rebuild, fix pspec.xml.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-05-11</Date>
<Version>3.0.2</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-03-24</Date>
<Version>3.0.2</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-11-18</Date>
<Version>3.0.1</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-27</Date>
<Version>3.0</Version>
<Comment>Version bump, clean.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-23</Date>
<Version>2.7.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-16</Date>
<Version>2.7</Version>
<Comment>Version bump</Comment>
<Name>Ertan Güven</Name>
<Email>ertangvn@istanbul.com</Email>
</Update>
<Update release="1">
<Date>2012-10-24</Date>
<Version>2.6.4</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>