summaryrefslogtreecommitdiff
path: root/community/vuze
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/vuze
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/vuze')
-rw-r--r--community/vuze/PKGBUILD29
-rw-r--r--community/vuze/vuze.desktop12
2 files changed, 41 insertions, 0 deletions
diff --git a/community/vuze/PKGBUILD b/community/vuze/PKGBUILD
new file mode 100644
index 000000000..9c3eb67dd
--- /dev/null
+++ b/community/vuze/PKGBUILD
@@ -0,0 +1,29 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
+
+pkgname=vuze
+pkgver=4.6.0.2
+pkgrel=2
+pkgdesc='BitTorrent client with GUI, written in Java.'
+arch=('i686' 'x86_64')
+url='http://www.vuze.com/'
+license=('GPL')
+depends=('java-runtime')
+optdepends=('xulrunner: needed for browsing the vuze content')
+source=("http://downloads.sourceforge.net/project/azureus/vuze/Vuze_${pkgver//./}/Vuze_${pkgver//./}_linux.tar.bz2"
+ 'vuze.desktop')
+md5sums=('af80c418f0bcc718941762485c916914'
+ '345ad45b972009dcd672c4eaf52fb336')
+[[ $CARCH == 'x86_64' ]] && source[0]="http://downloads.sourceforge.net/project/azureus/vuze/Vuze_${pkgver//./}/Vuze_${pkgver//./}_linux-x86_64.tar.bz2" && md5sums[0]='22a9c2077cb686fbc00b09dc281fe5a1'
+
+package() {
+ install -d ${pkgdir}/usr/share
+ cp -r vuze ${pkgdir}/usr/share
+
+ install -Dm755 vuze/vuze ${pkgdir}/usr/bin/vuze
+ sed -i 's%#PROGRAM_DIR="/home/username/apps/azureus"%PROGRAM_DIR="/usr/share/vuze"%' ${pkgdir}/usr/bin/vuze
+
+ install -Dm644 vuze/vuze.png ${pkgdir}/usr/share/pixmaps/vuze.png
+ install -Dm644 vuze.desktop ${pkgdir}/usr/share/applications/vuze.desktop
+}
diff --git a/community/vuze/vuze.desktop b/community/vuze/vuze.desktop
new file mode 100644
index 000000000..fd31db05f
--- /dev/null
+++ b/community/vuze/vuze.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Vuze
+GenericName=BitTorrent Client
+Comment=Transfer files via Peer to Peer
+Exec=vuze %F
+Icon=vuze
+Terminal=false
+Type=Application
+MimeType=application/x-bittorrent;
+Categories=Network;FileTransfer;P2P;GTK;
+StartupNotify=true