aboutsummaryrefslogtreecommitdiff
path: root/net/p2p
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-11-03 14:23:57 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-11-03 14:23:57 +0000
commitefae1ad948a429461f67b9ac6c7cf3db47b7e7c2 (patch)
tree77d3b8dc66e3ba889af3a371f90f3a00ae28542b /net/p2p
parentb68e1ac9f77c5abd96e776379252ff1e1fcee943 (diff)
downloadslackbuilds-efae1ad948a429461f67b9ac6c7cf3db47b7e7c2.tar.gz
slackbuilds-efae1ad948a429461f67b9ac6c7cf3db47b7e7c2.tar.bz2
azureus: updated azupnav plugin
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1435 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/p2p')
-rwxr-xr-xnet/p2p/azureus/azureus.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p2p/azureus/azureus.SlackBuild b/net/p2p/azureus/azureus.SlackBuild
index 943a05dc..f218a0ee 100755
--- a/net/p2p/azureus/azureus.SlackBuild
+++ b/net/p2p/azureus/azureus.SlackBuild
@@ -29,7 +29,7 @@ PRGNAM="azureus"
PACKAGE="$PRGNAM"
VERSION=${VERSION:=3.0.3.4}
ARCH=${ARCH:=i486}
-BUILD=${BUILD:=2rha}
+BUILD=${BUILD:=3rha}
TMP=${TMP:=/tmp}
SRC_DIR=${SRC:=$CWD}
TMP=${TMP:=/tmp}
@@ -87,6 +87,9 @@ if [ "$VERSION" == "2.4.0.2" ]; then
elif [ "$VERSION" == "2.5.0.4" ]; then
rm usr/local/azureus/plugins/azplugins/*
wget "http://azureus.sourceforge.net/plugins/azplugins_2.1.4.jar" -O "usr/local/azureus/plugins/azplugins/azplugins_2.1.4.jar"
+elif [ "$VERSION" == "3.0.3.4" ]; then
+ rm usr/local/azureus/plugins/azupnpav/*
+ wget "http://azureus.sourceforge.net/plugins/azupnpav_0.1.7.jar" -O "usr/local/azureus/plugins/azplugins/azupnpav_0.1.6.jar"
fi
cat << EOF > install/slack-desc