wok-stable diff transmission/receipt @ rev 11956

Up: transmission (2.50) - Will be in core
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 01 17:07:16 2012 +0100 (2012-03-01)
parents af9a1b47948c
children 6d3a571e1e1e
line diff
     1.1 --- a/transmission/receipt	Tue Jan 24 22:51:41 2012 +0100
     1.2 +++ b/transmission/receipt	Thu Mar 01 17:07:16 2012 +0100
     1.3 @@ -1,20 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="transmission"
     1.7 -VERSION="2.31"
     1.8 +VERSION="2.50"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Light and easy to use BitTorrent client."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  SUGGESTED="transmission-web transmission-cli transmission-daemon"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://www.transmissionbt.com/"
    1.16 -WGET_URL="http://download.m0k.org/transmission/files/$TARBALL"
    1.17 +WGET_URL="http://download.transmissionbt.com/files/$TARBALL"
    1.18  TAGS="torrent"
    1.19  
    1.20 -DEPENDS="gtk+ libssl libcurl libgio dbus dbus-glib \
    1.21 -xorg-libXdamage libnotify libevent"
    1.22 -BUILD_DEPENDS="gtk+-dev openssl-dev curl-dev curl intltool \
    1.23 -expat-dev gettext libevent libevent-dev"
    1.24 +DEPENDS="gtk+ libssl libcurl libevent"
    1.25 +BUILD_DEPENDS="gtk+-dev openssl-dev curl-dev libevent-dev tar"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -22,20 +20,17 @@
    1.30  	cd $src
    1.31  	./configure \
    1.32  		--prefix=/usr \
    1.33 -		--disable-libnotify \
    1.34 -		--disable-libcanberra \
    1.35 -		--disable-gconf2 \
    1.36 +		--enable-lightweight \
    1.37  		$CONFIGURE_ARGS && \
    1.38 -	make && \
    1.39 -	make install
    1.40 +	make && make install &&
    1.41 +	rm -rf $install/usr/share/applications
    1.42  }
    1.43  
    1.44  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.45  genpkg_rules()
    1.46  {
    1.47  	mkdir -p $fs/usr/bin $fs/usr/share/applications
    1.48 -	cp -a $stuff/transmission.desktop $fs/usr/share/applications
    1.49 -	cp -a $_pkg/usr/bin/${PACKAGE}-gtk $fs/usr/bin/${PACKAGE}
    1.50 +	cp -a $install/usr/bin/${PACKAGE}-gtk $fs/usr/bin/${PACKAGE}
    1.51  }
    1.52  
    1.53  # Remove old packages name