1
0
forked from ports/opt

gift-fasttrack: initial import

This commit is contained in:
Tilman Sauerbeck 2005-12-08 15:51:42 +00:00
parent c77063a5dc
commit 11315d3d09
4 changed files with 34 additions and 0 deletions

11
gift-fasttrack/.footprint Normal file
View File

@ -0,0 +1,11 @@
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/libFastTrack.la
-rwxr-xr-x root/root usr/lib/giFT/libFastTrack.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/giFT/
drwxr-xr-x root/root usr/share/giFT/FastTrack/
-rw-r--r-- root/root usr/share/giFT/FastTrack/FastTrack.conf.template
-rw-r--r-- root/root usr/share/giFT/FastTrack/banlist
-rw-r--r-- root/root usr/share/giFT/FastTrack/nodes

1
gift-fasttrack/.md5sum Normal file
View File

@ -0,0 +1 @@
68521847537985bcc5e9b8677343374c giFT-FastTrack-0.8.9.tar.gz

19
gift-fasttrack/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: the FastTrack plugin for gift
# URL: http://developer.berlios.de/projects/gift-fasttrack
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
# Depends on: gift
name=gift-fasttrack
version=0.8.9
release=1
source=(http://download.berlios.de/$name/giFT-FastTrack-$version.tar.gz)
build () {
cd giFT-FastTrack-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

3
gift-fasttrack/README Normal file
View File

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