20 lines
468 B
Plaintext
20 lines
468 B
Plaintext
|
# 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
|
||
|
}
|