1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gdbm</Name>
- <Homepage>http://www.gnu.org/software/gdbm/gdbm.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Standard GNU database libraries included for compatibility with Perl</Summary>
- <Description>GNU dbm is a set of database routines that use extensible hashing. It works similar to the standard UNIX dbm routines.</Description>
- <Archive sha1sum="7f2a8301497bbcac91808b011ca533380914fd21" type="targz">mirrors://gnu/gdbm/gdbm-1.13.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>readline-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!--Patch level="1">gdbm-1.10-zeroheaders.patch</Patch-->
- </Patches>
- </Source>
- <Package>
- <Name>gdbm</Name>
- <RuntimeDependencies>
- <Dependency>readline</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="info">/usr/share/info</Path>
- </Files>
- </Package>
- <Package>
- <Name>gdbm-devel</Name>
- <PartOf>system.devel</PartOf>
- <Summary>Development files for gdbm</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gdbm</Dependency>
- <Dependency>readline-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-12-03</Date>
- <Version>1.13</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-07</Date>
- <Version>1.12</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>1.11</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-02</Date>
- <Version>1.11</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|