opt/gift-openft/Pkgfile

20 lines
435 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: the openft plugin for gift
# URL: http://sourceforge.net/projects/gift/
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: gift
name=gift-openft
version=0.2.1.6
release=1
source=(http://dl.sourceforge.net/sourceforge/gift/$name-$version.tar.bz2)
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}