summaryrefslogtreecommitdiffstats
path: root/transmission/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'transmission/Pkgfile')
-rwxr-xr-xtransmission/Pkgfile28
1 files changed, 11 insertions, 17 deletions
diff --git a/transmission/Pkgfile b/transmission/Pkgfile
index ec8f290fa..5c9b6d466 100755
--- a/transmission/Pkgfile
+++ b/transmission/Pkgfile
@@ -1,27 +1,21 @@
-# Description: Client Bittorent leger et rapide
+# Description: Client Bittorent léger et rapide.
# URL: http://www.transmissionbt.com/
# Packager: thierryn1 at hispeed dot ch
# Maintainer: NuTyX core team
-# Depends on: gtk, openssl, curl, xorg-xcb-util, libevent, xorg-libxinerama, xorg-libxrandr, xorg-libxdamage
-# Run on: gtk,openssl,curl,xorg-xcb-util,libevent
+# Depends on: gtk3, openssl, curl, xorg-xcb-util, libevent, xorg-libxinerama, xorg-libxrandr, xorg-libxdamage
+# Run on: gtk3,openssl,curl,xorg-xcb-util,libevent
name=transmission
-version=2.32
+version=2.51
release=1
source=(http://download.m0k.org/$name/files/$name-$version.tar.bz2)
build() {
- cd $name-$version
-
- #Compilation
- ./configure --prefix=/usr \
- --enable-nls \
- --with-gtk \
- --enable-cli \
- --enable-daemon
- make
- make DESTDIR=$PKG install
-
- # Traitement divers
- rm $PKG/usr/share/transmission/web/LICENSE
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --with-gtk \
+ --enable-cli \
+ --enable-daemon
+ make
+ make DESTDIR=$PKG install
}