1
0
forked from ports/opt

gift-ares: initial import

This commit is contained in:
Tilman Sauerbeck 2005-12-08 15:51:19 +00:00
parent a7b96627e0
commit c77063a5dc
4 changed files with 32 additions and 0 deletions

10
gift-ares/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
f5b1e4547e5672a0905b835538dabbd5 gift-ares-0.2.2.tar.bz2

18
gift-ares/Pkgfile Normal file
View 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
View File

@ -0,0 +1,3 @@
POST-INSTALL:
* Add "Ares" to the variable "plugins" in your ~/.giFT/giftd.conf