mldonkey: initial commit

This commit is contained in:
Jose V Beneyto 2006-11-22 02:40:25 +01:00
parent d3ed8cc61c
commit 80f538f48d
3 changed files with 25 additions and 0 deletions

4
mldonkey/.footprint Normal file
View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/mldonkey -> /usr/bin/mlnet
-rwxr-xr-x root/root usr/bin/mlnet

1
mldonkey/.md5sum Normal file
View File

@ -0,0 +1 @@
10452ad305f105d0d0761977f825694d mldonkey-2.8.1.tar.bz2

20
mldonkey/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Multi-platform multi-network peer-to-peer client.
# URL: http://mldonkey.sourceforge.net/
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
# Depends on: ocaml
name=mldonkey
version=2.8.1
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-minimum
make
install -d $PKG/usr/bin
install -m 755 mlnet $PKG/usr/bin
ln -sd /usr/bin/mlnet $PKG/usr/bin/$name
}