gift-gnutella: initial import
This commit is contained in:
parent
a06750d5f6
commit
a7b96627e0
12
gift-gnutella/.footprint
Normal file
12
gift-gnutella/.footprint
Normal file
@ -0,0 +1,12 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/giFT/
|
||||
-rwxr-xr-x root/root usr/lib/giFT/libGnutella.la
|
||||
-rwxr-xr-x root/root usr/lib/giFT/libGnutella.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/giFT/
|
||||
drwxr-xr-x root/root usr/share/giFT/Gnutella/
|
||||
-rw-r--r-- root/root usr/share/giFT/Gnutella/Gnutella.conf
|
||||
-rw-r--r-- root/root usr/share/giFT/Gnutella/Gnutella.conf.template
|
||||
-rw-r--r-- root/root usr/share/giFT/Gnutella/gwebcaches
|
||||
-rw-r--r-- root/root usr/share/giFT/Gnutella/hostiles.txt
|
1
gift-gnutella/.md5sum
Normal file
1
gift-gnutella/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
7449569c2a121b4a6bb994e094a5c8f6 gift-gnutella-0.0.10.tar.bz2
|
19
gift-gnutella/Pkgfile
Normal file
19
gift-gnutella/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: the gnutella plugin for gift
|
||||
# URL: http://gift.sourceforge.net/
|
||||
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
|
||||
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
|
||||
# Depends on: gift
|
||||
|
||||
name=gift-gnutella
|
||||
version=0.0.10
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/gift/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
3
gift-gnutella/README
Normal file
3
gift-gnutella/README
Normal file
@ -0,0 +1,3 @@
|
||||
POST-INSTALL:
|
||||
* Add "Gnutella" to the variable "plugins" in your ~/.giFT/giftd.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user