termux-packages/packages/libtirpc/build.sh

16 lines
541 B
Bash
Raw Normal View History

TERMUX_PKG_HOMEPAGE="http://git.linux-nfs.org/?p=steved/libtirpc.git"
TERMUX_PKG_DESCRIPTION="Transport Independent RPC library"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_MAINTAINER="@termux"
2021-11-06 21:07:50 +01:00
TERMUX_PKG_VERSION=1.3.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/sourceforge/libtirpc/libtirpc-${TERMUX_PKG_VERSION}.tar.bz2
2021-11-06 21:07:50 +01:00
TERMUX_PKG_SHA256=e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gssapi"
2021-11-06 21:07:50 +01:00
termux_step_pre_configure() {
aclocal
automake
autoconf
}