You are not logged in.

#1 2004-04-05 16:45:27

arael
Member
From: Poland, Katowice
Registered: 2004-02-25
Posts: 75

[network: file sharing] mldonkey

# Packager: Dawid Ciezarkiewicz "arael" <arael[at]fov[dot]pl>
pkgname=mldonkey
pkgver=2.5
pkgrel=3
pkgdesc="P2P multiprotocol client"
url="http://mldonkey.berlios.de/"
#depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(ftp://ftp.gnu.org/savannah/files/mldonkey/release-$pkgver-$pkgrel/official/$pkgname-$pkgver-$pkgrel.sources.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver-$pkgrel
#hack - cuz savannag.nongnu.org seems to be down
  perl -pi -e 's/http://savannah.nongnu.org/download/mldonkey/tools/ftp://ftp.gnu.org/savannah/files/mldonkey/tools/' config/configure
  ./configure --prefix=/usr --enable-ocamlver=3.06
  make || return 1
  make prefix=$startdir/pkg/usr install
}

I haven't found it yet so I've done it by myself ...


jabber id: arael (at) fov (dot) pl

Offline

#2 2004-04-06 00:02:59

linfocito
Member
From: Gurupi - TO, Brasil
Registered: 2003-05-18
Posts: 82

Re: [network: file sharing] mldonkey

with the --enable-ocamlver=3.06 option the ocaml compiler is downloaded for compiling mldonkey. The version 3.07 is out, so I sugest you to use it, replacing the version in the PKGBUILD.

I posted a ocaml 3.07 package to incoming long time ago. If someday that one leave incoming it should be a makedepend.


"...archoholism is a hard disease to cure..."
Archlinux Brasil

Offline

#3 2004-04-06 08:52:16

arael
Member
From: Poland, Katowice
Registered: 2004-02-25
Posts: 75

Re: [network: file sharing] mldonkey

# Packager: Dawid Ciezarkiewicz "arael" <arael[at]fov[dot]pl>
pkgname=ocaml
pkgver=3.07
#pkgrel=2
pkgdesc="Objective Caml is the latest implementation of the Caml dialect of ML"
url="http://caml.inria.fr"
#depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://caml.inria.fr/distrib/$pkgname-$pkgver/$pkgname-${pkgver}.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure -prefix $startdir/pkg/usr
#make || return 1
  make world
  make opt

  make prefix=$startdir/pkg/usr install
}

ask and you will be given ... wink


jabber id: arael (at) fov (dot) pl

Offline

#4 2004-04-06 08:54:58

arael
Member
From: Poland, Katowice
Registered: 2004-02-25
Posts: 75

Re: [network: file sharing] mldonkey

oh ... now I can see that there is already such a package at  http://bliss-solutions.org/archlinux/in … php?id=168


jabber id: arael (at) fov (dot) pl

Offline

#5 2004-06-30 23:02:03

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: [network: file sharing] mldonkey

Have anyone tried this program?
www.nongnu.org/mldonkey , http://mldonkey.berlios.de
I've never even heard of object-caml , The screenshots looks amazing!


arch + gentoo + initng + python = enlisy

Offline

Board footer

Powered by FluxBB