opt/c-ares/Pkgfile
2021-11-28 00:43:56 +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.18.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
}