diff --git a/yp-tools-2.12-1.bee b/yp-tools-2.12-1.bee deleted file mode 100755 index b2e1dae88..000000000 --- a/yp-tools-2.12-1.bee +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="/src/mariux/download/yp-tools-2.12-yppasswd-skip-old-password-check-when-shadow-passwor.patch" - -PGRP=( uncategorized ) - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/yp-tools.be0 b/yp-tools.be0 new file mode 100755 index 000000000..596ddd8b8 --- /dev/null +++ b/yp-tools.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION yp-tools-4.2.3-1 + +# more info: http://www.linux-nis.org/ + +SRCURL[0]="https://github.com/thkukuk/yp-tools/archive/refs/tags/v${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + start_cmd ${S}/autogen.sh ${DEFCONFIG} "$@" + start_cmd ${S}/configure ${DEFCONFIG} "$@" +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}