contrib/gift-ares/Pkgfile

20 lines
573 B
Plaintext
Raw Normal View History

2008-08-25 01:58:23 +02:00
# Description: The Ares network plug-in for giFT.
# URL: http://gift.sourceforge.net/software/plugins.mhtml
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2008-03-24 14:23:50 +01:00
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: gift
name=gift-ares
version=0.3.0
release=1
source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version.tar.bz2
2008-03-24 14:23:50 +01:00
http://update.kceasy.com/update/ares/nodes.gzip)
build() {
cd gift-ares-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2008-08-25 01:58:23 +02:00
zcat $SRC/nodes.gzip |tr -d '\r' > $PKG/usr/share/giFT/Ares/nodes
}