19 lines
352 B
Plaintext
19 lines
352 B
Plaintext
# Description: Ares network plugin for giFT
|
|
# URL: http://gift-ares.berlios.de/
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
|
# Depends on: gift
|
|
|
|
name=gift-ares
|
|
version=0.3.0
|
|
release=1
|
|
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|