Adds Transmission 1.72

This commit is contained in:
Eric Petit
2009-07-09 11:09:39 +00:00
parent 6dffb653d9
commit c05cc33806
2 changed files with 452 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
DESCRIPTION="Transmission"
HOMEPAGE="http://www.transmissionbt.com/"
SRC_URI="http://mirrors.m0k.org/transmission/files/transmission-1.72.tar.bz2"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
# gcc4 is required
STATUS_HAIKU="stable"
# pkgconfig is only a build dependency
DEPEND="pkgconfig, curl, libevent"
BUILD {
cd transmission-1.72
autoreconf -vfi
./configure --prefix=/boot/common
make
}
INSTALL {
cd transmission-1.72
make install
}