gift-fasttrack: initial import
This commit is contained in:
parent
c77063a5dc
commit
11315d3d09
11
gift-fasttrack/.footprint
Normal file
11
gift-fasttrack/.footprint
Normal 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
1
gift-fasttrack/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
68521847537985bcc5e9b8677343374c giFT-FastTrack-0.8.9.tar.gz
|
19
gift-fasttrack/Pkgfile
Normal file
19
gift-fasttrack/Pkgfile
Normal 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
3
gift-fasttrack/README
Normal file
@ -0,0 +1,3 @@
|
||||
POST-INSTALL:
|
||||
* Add "FastTrack" to the variable "plugins" in your ~/.giFT/giftd.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user