gift-ares: initial import
This commit is contained in:
parent
a7b96627e0
commit
c77063a5dc
10
gift-ares/.footprint
Normal file
10
gift-ares/.footprint
Normal file
@ -0,0 +1,10 @@
|
||||
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/libAres.la
|
||||
-rwxr-xr-x root/root usr/lib/giFT/libAres.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/giFT/
|
||||
drwxr-xr-x root/root usr/share/giFT/Ares/
|
||||
-rw-r--r-- root/root usr/share/giFT/Ares/Ares.conf.template
|
||||
-rw-r--r-- root/root usr/share/giFT/Ares/nodes
|
1
gift-ares/.md5sum
Normal file
1
gift-ares/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
f5b1e4547e5672a0905b835538dabbd5 gift-ares-0.2.2.tar.bz2
|
18
gift-ares/Pkgfile
Normal file
18
gift-ares/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Ares network plugin for giFT
|
||||
# URL: http://gift-ares.berlios.de/
|
||||
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
|
||||
# Depends on: gift
|
||||
|
||||
name=gift-ares
|
||||
version=0.2.2
|
||||
release=1
|
||||
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
3
gift-ares/README
Normal file
3
gift-ares/README
Normal file
@ -0,0 +1,3 @@
|
||||
POST-INSTALL:
|
||||
* Add "Ares" to the variable "plugins" in your ~/.giFT/giftd.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user