diff options
author | Grissiom <chaos.proton@gmail.com> | 2010-05-13 00:37:11 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:37:11 +0200 |
commit | 9bc1c57c1fe78955810a51744c30f6aa6f1582d0 (patch) | |
tree | affeb23856743167b2cb20a7e15372d4a68bab2d /network/mldonkey | |
parent | 2b0c0e5a3ea39c8054afbd7572899cd8fbb569b8 (diff) | |
download | slackbuilds-9bc1c57c1fe78955810a51744c30f6aa6f1582d0.tar.gz |
network/mldonkey: Updated for version 3.0.1
Diffstat (limited to 'network/mldonkey')
-rw-r--r-- | network/mldonkey/README | 20 | ||||
-rw-r--r-- | network/mldonkey/mldonkey.SlackBuild | 6 | ||||
-rw-r--r-- | network/mldonkey/mldonkey.info | 8 |
3 files changed, 17 insertions, 17 deletions
diff --git a/network/mldonkey/README b/network/mldonkey/README index 6e9ec01550..038c0fe310 100644 --- a/network/mldonkey/README +++ b/network/mldonkey/README @@ -1,14 +1,12 @@ -MLDonkey is an open source, free software multi-network peer-to-peer -application. +MLDonkey is an open source, free software multi-network peer-to-peer app. -MLDonkey requires "ocaml" to build and also requires "lablgtk2" if you -want to enable its GUI. It will try to download lablgtk2 and ocaml from -the web and build it locally if they are not found on your system, so -you'll want to have them installed already. +This requires ocaml to build and optionally lablgtk2 (if you want to enable +the GUI). It will try to download lablgtk2 and ocaml from the web and build +them locally if they are not found on your system, so make sure they are +already installed. -By default, this SlackBuild is going to build MLdonkey without its GUI. -If you want to enable MLDonkey's GUI, you'll have to enable it with the -GUIOPT variable like this: GUIOPT=yes ./mldonkey.SlackBuild +By default, this SlackBuild will build MLdonkey without a GUI. Without a GUI, +you can control mldonkey by connecting to localhost:4080 with your web browser. -Without a GUI, you can control mldonkey via connecting to localhost:4080 -with your web browser. +If you want to build MLDonkey's GUI, you'll have to enable it with the +GUIOPT variable like this: GUIOPT=yes ./mldonkey.SlackBuild diff --git a/network/mldonkey/mldonkey.SlackBuild b/network/mldonkey/mldonkey.SlackBuild index 18c482b105..16bec16555 100644 --- a/network/mldonkey/mldonkey.SlackBuild +++ b/network/mldonkey/mldonkey.SlackBuild @@ -26,7 +26,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mldonkey -VERSION=3.0.0 +VERSION=3.0.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,7 @@ make install DESTDIR=$PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + xargs strip --strip-unneeded 2> /dev/null || true ) if [ "$GUIOPT" = 'yes' ]; then @@ -110,4 +110,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc [ "$GUIOPT" = "yes" ] && cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/mldonkey/mldonkey.info b/network/mldonkey/mldonkey.info index a7fd0e5616..9535f74b35 100644 --- a/network/mldonkey/mldonkey.info +++ b/network/mldonkey/mldonkey.info @@ -1,8 +1,10 @@ PRGNAM="mldonkey" -VERSION="3.0.0" +VERSION="3.0.1" HOMEPAGE="http://mldonkey.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/mldonkey/mldonkey-3.0.0.tar.bz2" -MD5SUM="d45b37f334a4008ed15343dfb2caf453" +DOWNLOAD="http://downloads.sourceforge.net/mldonkey/mldonkey-3.0.1.tar.bz2" +MD5SUM="b0c3be56f2335b2e8a1749c0e10fa29c" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="Grissiom" EMAIL="chaos.proton@gmail.com" APPROVED="rworkman" |