network/mldonkey: Updated for version 3.1.5, README cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
be9339b0be
commit
73ac3830fb
|
@ -1,13 +1,12 @@
|
|||
MLDonkey is an open source, free software multi-network peer-to-peer app.
|
||||
|
||||
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 it's
|
||||
better to make sure that they are already installed.
|
||||
|
||||
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.
|
||||
|
||||
If you want to build MLDonkey's GUI, you'll have to enable it with the
|
||||
GUIOPT variable like this: GUIOPT=yes ./mldonkey.SlackBuild
|
||||
|
||||
Be sure not to have ocaml and lablgtk already installed when compiling
|
||||
this as build may break (mldonkey seems to need its own versions of the
|
||||
above dependencies).
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mldonkey
|
||||
VERSION=${VERSION:-3.1.3}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mldonkey"
|
||||
VERSION="3.1.3"
|
||||
VERSION="3.1.5"
|
||||
HOMEPAGE="http://mldonkey.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mldonkey/mldonkey-3.1.3.tar.bz2"
|
||||
MD5SUM="671f60467a918a9b7c2affef63ff5c25"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mldonkey/mldonkey-3.1.5.tar.bz2"
|
||||
MD5SUM="eca07c8ce88702dd437c72db531162d9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue