HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #266

Ticket #266: rtorrent-0.8.5.bep

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

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/