opt/gift-ares/Pkgfile

19 lines
352 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Ares network plugin for giFT
# URL: http://gift-ares.berlios.de/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: gift
name=gift-ares
2006-02-27 18:18:45 +01:00
version=0.3.0
2006-02-23 16:26:10 +01:00
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
2006-02-23 16:26:10 +01:00
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}