1
0
forked from ports/contrib

gift-openft: Pkgfile cleanup and nodes update

This commit is contained in:
Danny Rawlins 2008-08-25 10:00:32 +10:00
parent d2b8b07c96
commit 060fe7f7ad
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
6661f01304246a29aeabda113691ca93 gift-openft-0.2.1.6.tar.bz2
ab10b8d98d655e8ca81f50c4ad0564ee nodes.gzip
b41a82aa35b847297f9a7cab4ef45f85 nodes.gzip

View File

@ -1,13 +1,13 @@
# Description: The openft plugin for giFT.
# Description: The OpenFT plug-in for giFT.
# URL: http://sourceforge.net/projects/gift/
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
# 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 \
source=(http://dl.sourceforge.net/sourceforge/gift/gift-openft-$version.tar.bz2
http://update.kceasy.com/update/openft/nodes.gzip)
build() {
@ -15,6 +15,6 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
zcat ../nodes.gzip >> $PKG/usr/share/giFT/OpenFT/nodes
zcat $SRC/nodes.gzip |tr -d '\r' > $PKG/usr/share/giFT/OpenFT/nodes
}