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..5abc95cd9 --- /dev/null +++ b/ypbind-mt.be0 @@ -0,0 +1,39 @@ +#!/usr/bin/env beesh + +# BEE_VERSION ypbind-mt-1.33-3 + +# 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 --disable-nls +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}