1 # Maintainer: Sychopx <infinity.illusion AT gmail DOT com>
6 pkgdesc="BitTorrent client based on Vuze, BT for the Less Privileged."
8 url='http://www.dritte.org/bitmate.html'
10 depends=('java-runtime')
11 optdepends=('xulrunner: needed for browsing the vuze content')
13 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}.tar.gz")
14 md5sums=("086d5e8df9977aa1cc943526f3b69b90")
17 install -d ${pkgdir}/usr/share
18 cp -r ${pkgname} ${pkgdir}/usr/share
20 install -Dm 755 ${pkgname}/vuze ${pkgdir}/usr/bin/vuze
21 sed -i 's%#PROGRAM_DIR="/home/username/apps/azureus"%PROGRAM_DIR="/usr/share/bitmate"%' ${pkgdir}/usr/bin/vuze
23 install -Dm644 ${pkgname}/vuze.png ${pkgdir}/usr/share/pixmaps/vuze.png
24 install -Dm644 ${pkgname}/vuze.desktop ${pkgdir}/usr/share/applications/vuze.desktop