1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name deluge |
---|
7 | version 0.5.9.1 |
---|
8 | categories-append net gnome |
---|
9 | maintainers nomaintainer |
---|
10 | description A GNOME BitTorrent client. |
---|
11 | long_description \ |
---|
12 | Deluge is a GNOME client for the BitTorrent network written in python. |
---|
13 | homepage http://www.deluge-torrent.org |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | master_sites http://download.deluge-torrent.org/source/${version}/ |
---|
17 | |
---|
18 | checksums md5 f0545334af0011747d565d6a778a8b23 \ |
---|
19 | sha1 1144d07fc808669aa74af00b1f7808db73c8d96d \ |
---|
20 | rmd160 d765706b5432514bbf0057e2b0fbc481160d5c1c |
---|
21 | |
---|
22 | worksrcdir ${name}-torrent-${version} |
---|
23 | |
---|
24 | depends_lib-append \ |
---|
25 | port:dbus-python25 \ |
---|
26 | port:gettext \ |
---|
27 | port:librsvg \ |
---|
28 | port:py25-gtk \ |
---|
29 | port:py25-hashlib \ |
---|
30 | port:py25-xdg \ |
---|
31 | port:py25-zlib \ |
---|
32 | port:boost |
---|
33 | |
---|
34 | configure.cflags-append -I${prefix}/include/boost |
---|
35 | configure.cppflags-append -I${prefix}/include/boost |
---|
36 | build.env \ |
---|
37 | PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \ |
---|
38 | PYTHON_LDFLAGS=-L${prefix}/lib \ |
---|
39 | CFLAGS="-I${prefix}/include -I${prefix}/include/boost" |
---|