chiark / gitweb /
Add detect-hardlinks.sh script
[termux-packages] / packages / c-ares / build.sh
1 TERMUX_PKG_HOMEPAGE=http://c-ares.haxx.se/
2 TERMUX_PKG_DESCRIPTION="C library for asynchronous DNS requests (including name resolves)"
3 TERMUX_PKG_VERSION=1.10.0
4 TERMUX_PKG_SRCURL=http://c-ares.haxx.se/download/c-ares-${TERMUX_PKG_VERSION}.tar.gz
5
6 termux_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 }