diff options
author | Luke Dashjr <luke-jr@gentoo.org> | 2003-11-26 05:34:21 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr@gentoo.org> | 2003-11-26 05:34:21 +0000 |
commit | fdcab549d718fc9334d8da6663210843c4a12679 (patch) | |
tree | 8f0180a4dbbbd85c966ca69de42a4e249a2b5b5f /net-p2p/azureus-bin/files | |
parent | Initial ebuild (diff) | |
download | gentoo-2-fdcab549d718fc9334d8da6663210843c4a12679.tar.gz gentoo-2-fdcab549d718fc9334d8da6663210843c4a12679.tar.bz2 gentoo-2-fdcab549d718fc9334d8da6663210843c4a12679.zip |
Initial ebuild
Diffstat (limited to 'net-p2p/azureus-bin/files')
-rw-r--r-- | net-p2p/azureus-bin/files/azureus.sh | 25 | ||||
-rw-r--r-- | net-p2p/azureus-bin/files/digest-azureus-bin-2.0.3.2 | 2 |
2 files changed, 27 insertions, 0 deletions
diff --git a/net-p2p/azureus-bin/files/azureus.sh b/net-p2p/azureus-bin/files/azureus.sh new file mode 100644 index 000000000000..a78b13799d66 --- /dev/null +++ b/net-p2p/azureus-bin/files/azureus.sh @@ -0,0 +1,25 @@ +#!/bin/sh + +AZDIR=/opt/azureus + +if [ ! -d $AZDIR ]; then + echo "You have to edit this script and change the location" + echo "where you installed Azureus" +fi + +cd $AZDIR + +run=1 +while [ $run -gt 0 ] +do + java -cp Azureus2.jar:swt.jar:swt-pi.jar:systray4j.jar:commons-cli-1.0.jar \ + -Djava.library.path="$AZDIR:$AZDIR/lib" org.gudy.azureus2.ui.common.Main $* + if [ -f Azureus2-new.jar ] + then + rm Azureus2-new.jar + xmessage -center 'Please upgrade Azureus using Portage.' + else + run=0 + fi +done +[ -f Updater.jar ] && rm Updater.jar diff --git a/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.3.2 b/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.3.2 new file mode 100644 index 000000000000..e7a4e4ab0d86 --- /dev/null +++ b/net-p2p/azureus-bin/files/digest-azureus-bin-2.0.3.2 @@ -0,0 +1,2 @@ +MD5 0938199eae9593cb83ec1532608aecbb azureus-2.0.3.2-motif.tar.bz2 2843577 +MD5 75e4e20065f145d60ff9b5d67f861a36 azureus-2.0.3.2-gtk.tar.bz2 2026835 |