]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libtorrent/libtorrent.nm
automake: update to 1.11.5.
[people/pmueller/ipfire-3.x.git] / libtorrent / libtorrent.nm
CommitLineData
c8ed820a 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
c8ed820a
JPT
4###############################################################################
5
802ea3af
MT
6name = libtorrent
7version = 0.12.7
8release = 1
9
10groups = Internet/P2P
11url = http://libtorrent.rakshasa.no/
12license = GPLv3
13summary = A BitTorrent libary.
14
15description
16 LibTorrent is a BitTorrent library written in C++ for *nix, with a \
17 focus on high performance and good code.
18end
19
20source_dl =
21
22build
23 requires
24 gcc-c++
25 libsigc++-devel
26 openssl-devel
27 end
28end
29
30packages
31 package %{name}
32 end
1f9bc2f0 33
802ea3af
MT
34 package %{name}-devel
35 template DEVEL
36 end
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end