You are not logged in.

#1 2003-09-21 19:45:39

kritoke
Member
From: Texas, USA
Registered: 2003-08-01
Posts: 211
Website

gift-opennap

I finally decided to make a package for the OpenNapster plugin for giFT, and in doing so, I found out why it isn't in Pacman beyond it lacking a non-cvs package.  In order to get it to work, you have to copy the config file to your home directory's OpenNap directory.  I made a tiny script that will do it, or you can just do it simply by typing:

cp /usr/share/giFT/OpenNap/OpenNap.conf.template ~/.giFT/OpenNap/OpenNap.conf

It is still in a bit of development(so it may or may not be buggy on your machine), but there are a ton of files available on OpenNap(right now its like 118 TB).

Here is the PKGBUILD for the file:

pkgname=gift-opennap
pkgver=20030921
pkgrel=1
pkgdesc="A OpenNap Plugin for giFT"
url="http://gift-opennap.berlios.de/"
depends=('gift')
source=()
                                                                                    
build() {
  cd $startdir/src
  cvs -z3 -d:pserver:anonymous@cvs.gift-opennap.berlios.de:/cvsroot/gift-opennap co
giFT-OpenNap
  cd giFT-OpenNap
  ./autogen.sh
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Kritoke


http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org

Offline

#2 2004-05-24 22:05:03

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: gift-opennap

118 TB of files? wow that's much

are there different files or all the same (i know the basics of giFT but not exactly what opennap is - is it like gnutella, then these 118TB of files can also be repeats (when you search for something like an ebook, you get quite often more than one result for the same file) --- is there then a statistic or dictionary what files and how much of different files are around? would be interesting as gift becomes very popular)


The impossible missions are the only ones which succeed.

Offline

#3 2004-05-25 05:51:42

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

Re: gift-opennap

hmm...

FastTrack:
Status: Online
Users: 2.2 million
Files Shared: 681.7 million
Total Size Shared: 5.0 million GB

The last time I've checked... 5 mil GB = 5000 TB... which in my opinion, is a loooot more than 119 TB.

P.S. has anyone found a giFT plugin for DC++? (I don't want to install another program for this)

Offline

#4 2005-02-18 18:02:15

dadexter
Member
From: Dorval, QC, Canada
Registered: 2004-09-07
Posts: 274
Website

Re: gift-opennap

Hey guys, look at this...

when I use makepkg a with the PKGBUILD provided above:

Running autoheader...
Running autoconf...
Running libtoolize --automake...
Running automake...
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
src/Makefile.am: Please make a full run of automake so ./depcomp gets distributed.
src/Makefile.am: installing `./depcomp'
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.
==> ERROR: Build Failed.  Aborting...
[root@dadexter gift-opennap]#

However, if I go to src/giFT-OpenNap and run ./autogen.sh manually after that, it goes fine... what's the problem here?

Offline

#5 2005-02-18 18:17:09

dadexter
Member
From: Dorval, QC, Canada
Registered: 2004-09-07
Posts: 274
Website

Re: gift-opennap

Ok... fixed it by calling ./autogen.sh twice... weird...

Offline

Board footer

Powered by FluxBB