wok-stable rev 774
Up: transmission (1.20)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 12 12:04:46 2008 +0200 (2008-05-12) |
parents | 2cfe9c053108 |
children | 5a6d3aa6155b |
files | sakura/receipt transmission/receipt |
line diff
1.1 --- a/sakura/receipt Mon May 12 11:46:25 2008 +0200 1.2 +++ b/sakura/receipt Mon May 12 12:04:46 2008 +0200 1.3 @@ -13,7 +13,7 @@ 1.4 1.5 # Rules to configure and make the package. 1.6 compile_rules() 1.7 -{ 1.8 +{ 1.9 cd $src 1.10 cmake -DCMAKE_INSTALL_PREFIX=/usr . 1.11 make
2.1 --- a/transmission/receipt Mon May 12 11:46:25 2008 +0200 2.2 +++ b/transmission/receipt Mon May 12 12:04:46 2008 +0200 2.3 @@ -1,11 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="transmission" 2.7 -VERSION="1.11" 2.8 +VERSION="1.20" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Light and easy to use BitTorrent client." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -DEPENDS="gtk+" 2.13 +DEPENDS="gtk+ openssl curl" 2.14 +BUILD_DEPENDS="gtk+-dev openssl-dev curl-dev" 2.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.16 WEB_SITE="http://transmission.m0k.org/" 2.17 WGET_URL="http://download.m0k.org/transmission/files/$TARBALL" 2.18 @@ -16,10 +17,10 @@ 2.19 # Upstream did a funny tarball... 2.20 mkdir -p $PACKAGE-$VERSION 2.21 tar xzf $SOURCES_REPOSITORY/$TARBALL -C $PACKAGE-$VERSION 2.22 - 2.23 + 2.24 # For 0.92 (need openssl lib). 2.25 #bzip2 -d -c "$SOURCES_REPOSITORY/$TARBALL" | tar -xf - 2.26 - 2.27 + 2.28 cd $src 2.29 ./configure \ 2.30 --prefix=/usr \ 2.31 @@ -30,7 +31,7 @@ 2.32 # Rules to gen a SliTaz package suitable for Tazpkg. 2.33 genpkg_rules() 2.34 { 2.35 - mkdir -p $fs/usr/bin $fs/usr/share/locale/fr/LC_MESSAGES 2.36 + mkdir -p $fs/usr/bin $fs/usr/share/locale/fr/LC_MESSAGES 2.37 cp -a $src/gtk/transmission $fs/usr/bin 2.38 # French locale. 2.39 cp -a $src/po/fr.gmo \