opt/c-ares/Pkgfile
2018-11-03 21:34:05 +11:00

18 lines
321 B
Plaintext

# Description: Asynchronous C DNS library.
# URL: https://c-ares.haxx.se/
# Maintainer: Danny Rawlins, crux at romster dot me
name=c-ares
version=1.15.0
release=1
source=(https://c-ares.haxx.se/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}