mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/mldonkey: Updated for version 3.0.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
7c455eb56b
commit
728d8f1a34
3 changed files with 10 additions and 10 deletions
|
@ -2,11 +2,11 @@ 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 make sure they are
|
||||
already installed.
|
||||
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
|
||||
GUIOPT variable like this: GUIOPT=yes ./mldonkey.SlackBuild
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mldonkey
|
||||
VERSION=3.0.1
|
||||
VERSION=3.0.4
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,10 +41,10 @@ if [ -z "$ARCH" ]; then
|
|||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
GUIOPT=${GUIOPT:-no}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
|
@ -116,7 +116,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
[ "$GUIOPT" = "yes" ] && cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n -p $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mldonkey"
|
||||
VERSION="3.0.1"
|
||||
VERSION="3.0.4"
|
||||
HOMEPAGE="http://mldonkey.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mldonkey/mldonkey-3.0.1.tar.bz2"
|
||||
MD5SUM="b0c3be56f2335b2e8a1749c0e10fa29c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mldonkey/mldonkey-3.0.4.tar.bz2"
|
||||
MD5SUM="06a084874dfd99dbad4dabc21e986354"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Grissiom"
|
||||
EMAIL="chaos.proton@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue