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