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

Context Navigation

  • Back to Ticket #265

Ticket #265: libtorrent-0.12.5.bep

File libtorrent-0.12.5.bep, 421 bytes (added by elite, 6 years ago)
Line 
1DESCRIPTION="libTorrent"
2HOMEPAGE="http://libtorrent.rakshasa.no/"
3SRC_URI="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz"
4REVISION="1"
5
6STATUS_HAIKU="stable"
7
8# pkgconfig is only a build dependency
9DEPEND="gcc4, pkgconfig, openssl, libsigc++"
10
11BUILD {
12        cd libtorrent-0.12.5
13        autoreconf -vfi
14        ./configure --prefix=/boot/common --disable-mincore
15        make
16}
17
18INSTALL {
19        cd libtorrent-0.12.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/