Ticket #266: rtorrent-0.8.5.bep
| File rtorrent-0.8.5.bep, 401 bytes (added by elite, 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | DESCRIPTION="rTorrent" |
| 2 | HOMEPAGE="http://libtorrent.rakshasa.no/" |
| 3 | SRC_URI="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz" |
| 4 | REVISION="1" |
| 5 | |
| 6 | STATUS_HAIKU="stable" |
| 7 | |
| 8 | # pkgconfig is only a build dependency |
| 9 | DEPEND="gcc4, pkgconfig, curl, libsigc++, libtorrent" |
| 10 | |
| 11 | BUILD { |
| 12 | cd rtorrent-0.8.5 |
| 13 | autoreconf -vfi |
| 14 | ./configure --prefix=/boot/common |
| 15 | make |
| 16 | } |
| 17 | |
| 18 | INSTALL { |
| 19 | cd rtorrent-0.8.5 |
| 20 | make install |
| 21 | } |
