mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
transmission: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7b0a11b32e
commit
f58b4a90fc
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build zlib
|
|
||||||
$SCRIPTS/build openssl
|
|
||||||
$SCRIPTS/build curl
|
|
||||||
$SCRIPTS/build libevent
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
|
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install zlib
|
|
||||||
$SCRIPTS/install openssl
|
|
||||||
$SCRIPTS/install curl
|
|
||||||
$SCRIPTS/install libevent
|
|
||||||
$SCRIPTS/install connman
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/sbin
|
mkdir -p $INSTALL/usr/sbin
|
||||||
cp $PKG_BUILD/daemon/transmission-daemon $INSTALL/usr/sbin
|
cp $PKG_BUILD/daemon/transmission-daemon $INSTALL/usr/sbin
|
||||||
|
|
||||||
|
14
packages/network/transmission/meta
Normal file
14
packages/network/transmission/meta
Normal 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"
|
@ -1 +0,0 @@
|
|||||||
http://download.m0k.org/transmission/files/transmission-2.11.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user