Files
2019-02-06 19:22:36 +03:00

79 lines
2.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gc</Name>
<Homepage>http://www.hboehm.info/gc/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>A garbage collector for C and C++</Summary>
<Description>The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new.</Description>
<Archive sha1sum="1a3f91a6ea004dcd1f5fc93defcdb2c2bc0c3941" type="targz">http://hboehm.info/gc/gc_source/gc-7.6.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>libatomic_ops-devel</Dependency>
</BuildDependencies>
<!--Patches>
<Patch level="1">noelision.patch</Patch>
</Patches-->
</Source>
<Package>
<Name>gc</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>gc-devel</Name>
<Summary>Development files for gc</Summary>
<RuntimeDependencies>
<Dependency release="current">gc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2018-07-20</Date>
<Version>7.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-23</Date>
<Version>7.6.0</Version>
<Comment>Version bump..</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>7.4.2</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-13</Date>
<Version>7.4.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>