mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
28
net-p2p/rtorrent/rtorrent-0.8.5.recipe
Normal file
28
net-p2p/rtorrent/rtorrent-0.8.5.recipe
Normal file
@@ -0,0 +1,28 @@
|
||||
DESCRIPTION="rTorrent"
|
||||
HOMEPAGE="http://libtorrent.rakshasa.no/"
|
||||
SRC_URI="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz"
|
||||
REVISION="1"
|
||||
CHECKSUM_MD5="e701095e1824b7e512a17000f4c0a783"
|
||||
STATUS_HAIKU="stable"
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
# pkgconfig is only a build dependency
|
||||
DEPEND="pkgconfig >= 0.23
|
||||
curl >= 7.19.1
|
||||
libsigc++ >= ??
|
||||
net-libs/libtorrent >= 0.12.5"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd rtorrent-0.8.5
|
||||
autoreconf -vfi
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd rtorrent-0.8.5
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2009 Jari Sundell"
|
||||
Reference in New Issue
Block a user