Files
main/network/p2p/libtorrent-rasterbar/pspec.xml
T
2017-03-17 00:24:51 +03:00

81 lines
3.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libtorrent-rasterbar</Name>
<Homepage>http://www.rasterbar.com/products/libtorrent</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Full featured torrent client library</Summary>
<Description>Rasterbar's C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.</Description>
<Archive sha1sum="882646b5f3c44e912afa57c4a9f50c735fbf0cca" type="targz">https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_9/libtorrent-rasterbar-1.0.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>boost-python</Dependency>
<Dependency>geoip-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libtool</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libtorrent-rasterbar</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>python</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>boost</Dependency>
<Dependency>geoip</Dependency>
<Dependency>boost-python</Dependency><!--revdep-rebuild eksik olarak buldu -->
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/libtorrent-rasterbar</Path>
</Files>
</Package>
<Package>
<Name>libtorrent-rasterbar-devel</Name>
<Summary>Development files for libtorrent-rasterbar</Summary>
<RuntimeDependencies>
<Dependency release="current">libtorrent-rasterbar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="license">/usr/share/licenses</Path>
<Path fileType="doc">/usr/share/doc/libtorrent/html</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2017-03-17</Date>
<Version>1.0.9</Version>
<Comment>Release Bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-14</Date>
<Version>1.0.9</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-12</Date>
<Version>1.0.9</Version>
<Comment>First release</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>