contrib/c-ares/Pkgfile
2006-11-13 21:12:21 +01:00

21 lines
479 B
Plaintext

# Description: library that performs DNS requests and name resolves asynchronously
# URL: http://daniel.haxx.se/projects/c-ares/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on:
name=c-ares
version=1.3.1
release=1
source="http://daniel.haxx.se/projects/c-ares/c-ares-1.3.1.tar.gz"
build()
{
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make install DESTDIR=$PKG
}