transmission: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 16:16:47 +01:00
parent 7b0a11b32e
commit f58b4a90fc
4 changed files with 14 additions and 13 deletions

View File

@ -2,12 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build zlib
$SCRIPTS/build openssl
$SCRIPTS/build curl
$SCRIPTS/build libevent
cd $PKG_BUILD
./configure --host=$TARGET_NAME \

View File

@ -2,12 +2,6 @@
. config/options $1
$SCRIPTS/install zlib
$SCRIPTS/install openssl
$SCRIPTS/install curl
$SCRIPTS/install libevent
$SCRIPTS/install connman
mkdir -p $INSTALL/usr/sbin
cp $PKG_BUILD/daemon/transmission-daemon $INSTALL/usr/sbin

View File

@ -0,0 +1,14 @@
PKG_NAME="transmission"
PKG_VERSION="2.11"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.transmissionbt.com/"
PKG_URL="http://download.m0k.org/transmission/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="zlib openssl curl libevent connman"
PKG_BUILD_DEPENDS="toolchain zlib openssl curl libevent"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="transmission: a fast, easy and free BitTorrent client"
PKG_LONGDESC="transmission is a fast, easy and free BitTorrent client"
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://download.m0k.org/transmission/files/transmission-2.11.tar.bz2