]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pkgs/libtorrent/libtorrent.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / 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
33
34 package %{name}-devel
35 template DEVEL
36 end
37end