summaryrefslogtreecommitdiffstats
path: root/extra/transmission/Pkgfile~
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-06-12 10:32:44 +0200
committertnut <tnut at nutyx dot com>2011-06-12 10:32:44 +0200
commit81eb90cfc5b775c1d49cf9873c384a36675fd2ef (patch)
treebaf16fa017cffbaa2926c94d10df8990e4586690 /extra/transmission/Pkgfile~
parent3b81eb60e5e580fcf814ec692de39a3db94d2ad7 (diff)
downloadnutyx-extra-81eb90cfc5b775c1d49cf9873c384a36675fd2ef.tar.gz
nutyx-extra-81eb90cfc5b775c1d49cf9873c384a36675fd2ef.tar.bz2
nutyx-extra-81eb90cfc5b775c1d49cf9873c384a36675fd2ef.tar.xz
nutyx-extra-81eb90cfc5b775c1d49cf9873c384a36675fd2ef.zip
transmission, maj 2.31.1-1
Diffstat (limited to 'extra/transmission/Pkgfile~')
-rwxr-xr-xextra/transmission/Pkgfile~32
1 files changed, 0 insertions, 32 deletions
diff --git a/extra/transmission/Pkgfile~ b/extra/transmission/Pkgfile~
deleted file mode 100755
index a530174e8..000000000
--- a/extra/transmission/Pkgfile~
+++ /dev/null
@@ -1,32 +0,0 @@
-# Description: Client Bittorent leger et rapide
-# URL: http://www.transmissionbt.com/
-# Packager: fred.galusik at gmail dot com
-# Maintainer: Blankoworld <blankoworld at wanadoo dot fr>
-# Depends on: gtk, openssl, curl, xorg-xcb-util
-
-name=transmission
-version=1.92
-release=1
-source=( http://download.m0k.org/$name/files/$name-$version.tar.bz2 \
-$name.desktop)
-
-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
-
- # Installation du raccourci bureau
- mkdir -p $PKG/usr/share/applications
- install -m 644 ../$name.desktop $PKG/usr/share/applications/
-}
-