2006-02-23 15:26:10 +00:00
|
|
|
# Description: the FastTrack plugin for gift
|
|
|
|
# URL: http://developer.berlios.de/projects/gift-fasttrack
|
|
|
|
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
|
2006-04-08 15:21:33 +00:00
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: gift
|
|
|
|
|
|
|
|
name=gift-fasttrack
|
|
|
|
version=0.8.9
|
|
|
|
release=1
|
|
|
|
source=(http://download.berlios.de/$name/giFT-FastTrack-$version.tar.gz)
|
|
|
|
|
2006-04-08 15:21:33 +00:00
|
|
|
build() {
|
2006-02-23 15:26:10 +00:00
|
|
|
cd giFT-FastTrack-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|