opt/c-ares/Pkgfile
2020-11-26 00:11:17 +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.17.1
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
}