From 7aff0a278510899662ca67da198f711c26f6d12c Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 18 Nov 2009 11:36:12 +0100 Subject: MàJ de transmission#1.76-1 - suppression du surplus de dépendances - ajout d'un fichier transmission.desktop - ajout d'option de compilation pour avoir une interface gtk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/transmission/Pkgfile | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) (limited to 'extra/transmission/Pkgfile') diff --git a/extra/transmission/Pkgfile b/extra/transmission/Pkgfile index 9123c3e21..62fe13498 100755 --- a/extra/transmission/Pkgfile +++ b/extra/transmission/Pkgfile @@ -1,19 +1,33 @@ # Description: Client Bittorent leger et rapide # URL: http://www.transmissionbt.com/ -# Maintainer: NuTyX core team # Packager: fred.galusik at gmail dot com -# Depends on: atk, curl, dbus, expat, fontconfig, freetype, glib, glibc, glitz, gtk, intltool, libidn, libnotify, libpng, openssl, pango, libX11, xdg-utils, zlib +# Maintainer: Blankoworld +# Depends on: gtk, openssl, curl, xorg-xcb-util name=transmission -version=1.72 +version=1.76 release=1 -source=(http://mirrors.m0k.org/transmission/files/$name-$version.tar.bz2) +source=( http://download.m0k.org/$name/files/$name-$version.tar.bz2 \ +$name.desktop) build() { -cd $name-$version - ./configure --prefix=/usr \ - --enable-static=no - make - make DESTDIR=$PKG install + cd $name-$version + + #Compilation + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --enable-nls \ + --with-gtk \ + --enable-cli \ + --enable-daemon + make + make DESTDIR=$PKG install + + # Traitement divers + rm $PKG/usr/share/transmission/web/LICENSE + + # Installation du raccourci bureau + mkdir -p $PKG/usr/share/applications + install -m 644 ../$name.desktop $PKG/usr/share/applications/ } -- cgit v1.2.3-70-g09d2