transmission: update to transmission-11666

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-10 12:33:10 +01:00
parent cf69292387
commit a6a0e0fe66
2 changed files with 7 additions and 3 deletions

View File

@ -22,13 +22,15 @@
. config/options $1 . config/options $1
# transmission (svn 11666) fails to build with LTO support
strip_lto
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--disable-debug \
--disable-static \ --disable-static \
--enable-shared \ --enable-shared \
--enable-largefile \ --enable-largefile \
@ -41,5 +43,6 @@ cd $PKG_BUILD
--disable-cli \ --disable-cli \
--disable-mac \ --disable-mac \
--enable-daemon \ --enable-daemon \
--with-gnu-ld \
make make

View File

@ -19,12 +19,13 @@
################################################################################ ################################################################################
PKG_NAME="transmission" PKG_NAME="transmission"
PKG_VERSION="2.13" PKG_VERSION="11666"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.transmissionbt.com/" PKG_SITE="http://www.transmissionbt.com/"
PKG_URL="http://download.m0k.org/transmission/files/$PKG_NAME-$PKG_VERSION.tar.bz2" #PKG_URL="http://download.m0k.org/transmission/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="zlib openssl curl libevent connman" PKG_DEPENDS="zlib openssl curl libevent connman"
PKG_BUILD_DEPENDS="toolchain zlib openssl curl libevent" PKG_BUILD_DEPENDS="toolchain zlib openssl curl libevent"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"