123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libgit2</Name>
- <Homepage>https://libgit2.github.com</Homepage>
- <Packager>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>libgit2</Icon>
- <IsA>app:gui</IsA>
- <Summary>A linkable library for Git</Summary>
- <Description>A plain C library to interface with the git version control system</Description>
- <Archive sha1sum="c65238d0e0a698b202a3a886d003228cac6dacc3" type="targz">https://github.com/libgit2/libgit2/archive/v0.25.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>zlib-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>python</Dependency>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- <Patches>
- <!--
- <Patch level="1"></Patch>
- -->
- </Patches>
- </Source>
- <Package>
- <Name>libgit2</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>openssl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgit2-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">libgit2</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>openssl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-03-02</Date>
- <Version>0.25.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.23.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-01</Date>
- <Version>0.23.0</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|