You are not logged in.

#1 2004-05-25 18:51:12

Loki|muh
Member
Registered: 2004-05-25
Posts: 17

nload

Could anyone add nload http://sf.net/projects/nload

or tell me where to find it?

/Edit: PKGBUILD & pkg below

Offline

#2 2004-05-25 19:28:48

Egil.B
Member
From: Universitas Osloensis
Registered: 2004-02-14
Posts: 116

Re: nload

Download from http://prdownloads.sourceforge.net/nloa … z?download and compile it yourself? Aint that hard wink

Offline

#3 2004-05-25 20:23:11

GuyonAsm
Member
Registered: 2004-05-25
Posts: 49

Re: nload

I'll put it together, I guess since I'm new I could help out for my first time  big_smile

Offline

#4 2004-05-25 22:07:49

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: nload

GuyonAsm: I can see you did it :-)

Loki|muh: also take a look at this tool http://bbs.archlinux.org/viewtopic.php? … highlight= if you want something good for network monitoring.

Offline

#5 2004-05-27 10:11:48

Loki|muh
Member
Registered: 2004-05-25
Posts: 17

Re: nload

thx for the Tip, lanrat wink

did now the PKGBUILD for myself. Didn't thought that this is _SO_ easy smile

pkgname=nload
pkgver=0.6.0
pkgrel=2
pkgdesc="console application which monitors network traffic and bandwidth usage in real time"
url="http://nload.sf.net"
license="GPL"
depends=(ncurses)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('a8859e49176bb50826b52b8345b117d3')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

For all the lazy people among us (including me wink): http://www.sonderschueler.de/arch/nload … pkg.tar.gz

Offline

#6 2004-05-27 10:51:20

IceRAM
Member
From: Bucharest, Romania
Registered: 2004-03-04
Posts: 772
Website

Re: nload

Note that:

1. in the PKGBUILD the "source=(...)" line should point to an Internet address where the tar.gz file is located (a SF mirror in this case) - check other PKGBUILDs posted around here // it worked for you because you had the tar.gz in the current folder // PKGBUILDs are meant to be put in a dir, run makepkg afterwords and use (without actually downloading anything by yourself - makepkg does everything

2. on http://www.roland-riegel.de/nload/index_en.html I saw that "./run_autotools" must be done before ./configure. Are you sure this is not required? Otherwise, it should be put in the build() function.

3. aren't there any dependencies, such as "curses" (I don't know the actual package name) or something, as I've seen on the sf project webpage (Environment)?

Offline

#7 2004-05-27 11:20:57

Loki|muh
Member
Registered: 2004-05-25
Posts: 17

Re: nload

thx for the Tips, corrected that above smile

./run_autotools is only for the cvs version. wink

Offline

#8 2004-05-27 16:40:19

GuyonAsm
Member
Registered: 2004-05-25
Posts: 49

Re: nload

erraa lol. I had made the pkgbuild for you like 2 days ago. But eh you made one on your own also, so thats good anyways.

Offline

#9 2004-05-27 17:31:54

Loki|muh
Member
Registered: 2004-05-25
Posts: 17

Re: nload

uh? Noticed that you have done something. But where was it? in current there is still no nload... unstable?

Offline

#10 2004-05-27 19:38:16

GuyonAsm
Member
Registered: 2004-05-25
Posts: 49

Re: nload

Loki|muh wrote:

uh? Noticed that you have done something. But where was it? in current there is still no nload... unstable?

In the "New Packages" section of this forum. Go to the thread [network] nload. I placed it right there for you. Maybe you don't check that section?  big_smile

Offline

Board footer

Powered by FluxBB