opt/gift-fasttrack/Pkgfile

20 lines
460 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 crux dot nu
# 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
}