opt/c-ares/Pkgfile

18 lines
321 B
Plaintext
Raw Normal View History

2018-11-03 11:28:09 +01:00
# Description: Asynchronous C DNS library.
# URL: https://c-ares.haxx.se/
# Maintainer: Danny Rawlins, crux at romster dot me
name=c-ares
2020-05-14 14:45:55 +02:00
version=1.16.1
2018-11-03 11:28:09 +01:00
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
}