19 lines
461 B
Plaintext
19 lines
461 B
Plaintext
# Description: The openft plugin for giFT.
|
|
# URL: http://sourceforge.net/projects/gift/
|
|
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
|
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
|
# Depends on: gift
|
|
|
|
name=gift-openft
|
|
version=0.2.1.6
|
|
release=1
|
|
source=(http://dl.sourceforge.net/sourceforge/gift/gift-openft-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd gift-openft-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|
|
|