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