From d8a7cea66375d05663b23fa62c3c90a28b3a071e Mon Sep 17 00:00:00 2001 From: Niclas Hofmann Date: Mon, 4 Nov 2019 16:56:38 +0100 Subject: [PATCH 1/2] ypbind: be0 conversion and update SRCURL --- ypbind-mt-1.33-1.bee | 26 -------------------------- ypbind-mt.be0 | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 26 deletions(-) delete mode 100755 ypbind-mt-1.33-1.bee create mode 100755 ypbind-mt.be0 diff --git a/ypbind-mt-1.33-1.bee b/ypbind-mt-1.33-1.bee deleted file mode 100755 index 8f2725ee6..000000000 --- a/ypbind-mt-1.33-1.bee +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="/src/mariux/download/ypbind-mt-1.33-added-foreground-flag-to-start-ypbind-in-fore.patch" - -PGRP=( uncategorized ) - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/ypbind-mt.be0 b/ypbind-mt.be0 new file mode 100755 index 000000000..539447052 --- /dev/null +++ b/ypbind-mt.be0 @@ -0,0 +1,39 @@ +#!/usr/bin/env beesh + +# BEE_VERSION ypbind-mt-1.33-2 + +# more info: https://foo.bar.com + +SRCURL[0]="https://www.thkukuk.de/nis/download/ypbind-mt/ypbind-mt-${PKGVERSION}.tar.gz" + +PATCHURL[0]="/src/mariux/download/ypbind-mt-1.33-added-foreground-flag-to-start-ypbind-in-fore.patch" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#} From 566c052acb60493a1691102bed5a52b704fb0bcb Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 21 Nov 2019 13:46:49 +0100 Subject: [PATCH 2/2] ypbind-mt: fix build - be0ify - nonls --- ypbind-mt.be0 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ypbind-mt.be0 b/ypbind-mt.be0 index 539447052..5abc95cd9 100755 --- a/ypbind-mt.be0 +++ b/ypbind-mt.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION ypbind-mt-1.33-2 +# BEE_VERSION ypbind-mt-1.33-3 # more info: https://foo.bar.com @@ -22,9 +22,9 @@ PATCHURL[0]="/src/mariux/download/ypbind-mt-1.33-added-foreground-flag-to-start- # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --disable-nls +} #mee_build() { # bee_build