]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - transmission/transmission.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/ms/ipfire-3.x.git] / transmission / transmission.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = transmission
7 version = 2.22
8 release = 1
9
10 groups = Internet/P2P
11 url = https://trac.transmissionbt.com
12 license = GPLv3
13 summary = A BitTorrent client.
14
15 description
16 Transmission is a BitTorrent client which features a simple
17 interface on top of a cross-platform back-end.
18 end
19
20 source_dl = http://download.transmissionbt.com/files/
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 intltool
26 libcurl-devel
27 libevent-devel
28 openssl-devel
29 end
30 end
31
32 packages
33 package %{name}
34 end
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end