2018-07-16 20:45:36 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
2013-06-13 17:36:35 +02:00
|
|
|
|
|
|
|
|
PKG_NAME="rpcbind"
|
2020-12-25 09:17:04 +00:00
|
|
|
PKG_VERSION="1.2.5"
|
|
|
|
|
PKG_SHA256="2ce360683963b35c19c43f0ee2c7f18aa5b81ef41c3fdbd15ffcb00b8bffda7a"
|
2013-06-13 17:36:35 +02:00
|
|
|
PKG_LICENSE="OSS"
|
|
|
|
|
PKG_SITE="http://rpcbind.sourceforge.net/"
|
2021-01-19 19:34:12 +00:00
|
|
|
PKG_URL="${SOURCEFORGE_SRC}/rpcbind/rpcbind/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
2016-11-13 12:37:43 +01:00
|
|
|
PKG_DEPENDS_TARGET="toolchain libtirpc systemd"
|
2013-06-13 17:36:35 +02:00
|
|
|
PKG_LONGDESC="The rpcbind utility is a server that converts RPC program numbers into universal addresses."
|
2013-08-04 12:36:57 +02:00
|
|
|
|
2018-06-09 17:13:38 +02:00
|
|
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_rpcsvc_mount_h=no \
|
|
|
|
|
--disable-warmstarts \
|
2013-08-04 12:36:57 +02:00
|
|
|
--disable-libwrap \
|
|
|
|
|
--with-statedir=/tmp \
|
|
|
|
|
--with-rpcuser=root"
|
2013-08-04 14:31:17 +02:00
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
|
enable_service rpcbind.service
|
|
|
|
|
}
|