From e605adae3431a628a3d435563a94cd979d7c5053 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 5 Oct 2021 17:08:17 +0200 Subject: [PATCH] tcp-wrappers: remove - obsolete - beware! `libwrap.so` is now gone --- tcp-wrappers.be0 | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100755 tcp-wrappers.be0 diff --git a/tcp-wrappers.be0 b/tcp-wrappers.be0 deleted file mode 100755 index 8df8563bb..000000000 --- a/tcp-wrappers.be0 +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION tcp-wrappers-7.6-1 - -# more info: https://foo.bar.com - -SRCURL[0]="https://ftp.osuosl.org/pub/blfs/conglomeration/tcp_wrappers/tcp_wrappers_${PKGVERSION}.tar.bz2" - -PATCHURL[0]="https://ftp.osuosl.org/pub/blfs/conglomeration/tcp_wrappers/tcp_wrappers-${PKGVERSION}-shared_lib_plus_plus-1.patch" - -# PATCHURL+=() - -# build_in_sourcedir - -# sourcesubdir_append src - -#mee_extract() { -# bee_extract "${@}" -#} - -mee_patch() { - bee_patch - sed -i -e "s,^extern char \*malloc();,/* & */," scaffold.c -} - -mee_configure() { - /bin/true -} - -mee_build() { - make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux -} - -#mee_build() { -# bee_build -#} - -mee_install() { - mkdir -pv ${D}{${LIBDIR},${SBINDIR},${MANDIR}/man{3,5,8},${INCLUDEDIR}} - bee_install -} - -#mee_install_post() { -# exit -#}