Initial push
[termux-packages] / packages / c-ares / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://c-ares.haxx.se/
2TERMUX_PKG_DESCRIPTION="C library for asynchronous DNS requests (including name resolves)"
3TERMUX_PKG_VERSION=1.10.0
4TERMUX_PKG_SRCURL=http://c-ares.haxx.se/download/c-ares-${TERMUX_PKG_VERSION}.tar.gz
5
6termux_step_post_make_install () {
7 # Install the nameser.h compatibility header used by node.js
8 cp $TERMUX_PKG_SRCDIR/nameser.h $TERMUX_PREFIX/include
9}