]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libtorrent/libtorrent.nm
docbook2X: New package.
[people/ms/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 6name = libtorrent
cce8982b 7version = 0.12.9
802ea3af
MT
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
cce8982b 20source_dl = http://libtorrent.rakshasa.no/downloads/
802ea3af
MT
21
22build
23 requires
24 gcc-c++
25 libsigc++-devel
26 openssl-devel
27 end
cce8982b
MT
28
29 CFLAGS += -fno-strict-aliasing
802ea3af
MT
30end
31
32packages
33 package %{name}
1f9bc2f0 34
802ea3af
MT
35 package %{name}-devel
36 template DEVEL
37 end
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end