Files
Arch-R/packages/devel/libdaemon/package.mk
Matthias Reichl ba03252d98 libdaemon: set toolchain to autotools to perform autoreconf
The shipped configure script is ancient and buggy and needs a refresh.

Signed-off-by: Matthias Reichl <hias@horus.com>
2024-07-11 11:30:12 +02:00

18 lines
751 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="libdaemon"
PKG_VERSION="0.14"
PKG_SHA256="fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834"
PKG_LICENSE="GPL"
PKG_SITE="http://0pointer.de/lennart/projects/libdaemon/"
PKG_URL="http://0pointer.de/lennart/projects/libdaemon/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="autotools:host make:host sed:host gcc:host"
PKG_LONGDESC="A lightweight C library which eases the writing of UNIX daemons."
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_setpgrp_void=no \
--enable-static \
--disable-shared \
--disable-lynx"