From d6fad24e7b6b47b259b87358e0f26c8426a04283 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Oct 2016 17:16:21 +0200 Subject: [PATCH] numactl: Update from version 2.0.7 to 2.0.11 the newer version need for x265 exclude move_pages.2 from man-pages --- numactl-2.0.7-0.bee | 37 ------------------------------------- numactl.be0 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 37 deletions(-) delete mode 100755 numactl-2.0.7-0.bee create mode 100755 numactl.be0 diff --git a/numactl-2.0.7-0.bee b/numactl-2.0.7-0.bee deleted file mode 100755 index 3e066b770..000000000 --- a/numactl-2.0.7-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://oss.sgi.com/projects/libnuma/download/numactl-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -mee_build() { - bee_build prefix=${PREFIX} libdir=${LIBDIR} -} - -mee_install() { - bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR} -} diff --git a/numactl.be0 b/numactl.be0 new file mode 100755 index 000000000..2c45534d9 --- /dev/null +++ b/numactl.be0 @@ -0,0 +1,45 @@ +#!/usr/bin/env beesh + +# BEE_VERSION numactl-2.0.11-0 + +SRCURL[0]="ftp://oss.sgi.com/www/projects/libnuma/download/numactl-${PKGVERSION}.tar.gz" + +PATCHURL[0]="" + +# BEE_CONFIGURE=compat + +# BEE_BUILDTYPE= + +# EXCLUDE=() + +# build_in_sourcedir + + + + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure_pre() { + for i in Makefile.am Makefile.in ; do + sed -i 's/move_pages.2//g' ${S}/${i} + done +} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build prefix=${PREFIX} libdir=${LIBDIR} +#} + +#mee_install() { +# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR} +#}