3c323c69ae
- Update to build on ubuntu 16.04. - Docker: Set FORCE_UNSAFE_CONFIGURE=1. Fixes #275. - Docker: Various fixes. - Neovim: No longer require lua. - Some minor package updates.
8 lines
449 B
Bash
Executable File
8 lines
449 B
Bash
Executable File
TERMUX_PKG_HOMEPAGE=http://www.nlnetlabs.nl/projects/ldns/
|
|
TERMUX_PKG_DESCRIPTION="Library for simplifying DNS programming and supporting recent and experimental RFCs"
|
|
TERMUX_PKG_DEPENDS="openssl"
|
|
TERMUX_PKG_VERSION=1.6.17
|
|
TERMUX_PKG_SRCURL=http://www.nlnetlabs.nl/downloads/ldns/ldns-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl=$TERMUX_PREFIX"
|
|
TERMUX_PKG_RM_AFTER_INSTALL="bin/ldns-config share/man/man1/ldns-config.1"
|