forked from ports/contrib
gift-fasttrack: add updated nodes
This commit is contained in:
parent
acf20ca586
commit
b4c06519c0
@ -1 +1,3 @@
|
||||
5fbb019b1ceca56fe7dc737e5a4dd424 banlist.gzip
|
||||
68521847537985bcc5e9b8677343374c giFT-FastTrack-0.8.9.tar.gz
|
||||
ab10b8d98d655e8ca81f50c4ad0564ee nodes.gzip
|
||||
|
@ -7,12 +7,16 @@
|
||||
name=gift-fasttrack
|
||||
version=0.8.9
|
||||
release=1
|
||||
source=(http://download.berlios.de/gift-fasttrack/giFT-FastTrack-$version.tar.gz)
|
||||
source=(http://download.berlios.de/gift-fasttrack/giFT-FastTrack-$version.tar.gz \
|
||||
http://update.kceasy.com/update/fasttrack/nodes.gzip \
|
||||
http://update.kceasy.com/update/fasttrack/banlist.gzip)
|
||||
|
||||
build() {
|
||||
cd giFT-FastTrack-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
zcat ../nodes.gzip >> $PKG/usr/share/giFT/FastTrack/nodes
|
||||
zcat ../banlist.gzip >> $PKG/usr/share/giFT/FastTrack/banlist
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user