blob: f0e7a91ee4f0c36fd6b8e3adf9bbc562cc9ed4d8 (
plain)
1 # Description: The FastTrack plugin for giFT.
2 # URL: http://developer.berlios.de/projects/gift-fasttrack
3 # Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
4 # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
5 # Depends on: gift
6
7 name=gift-fasttrack
8 version=0.8.9
9 release=1
10 source=(http://download.berlios.de/gift-fasttrack/giFT-FastTrack-$version.tar.gz)
11
12 build() {
13 cd giFT-FastTrack-$version
14 ./configure --prefix=/usr
15 make
16 make DESTDIR=$PKG install
17 }
|