Skip to content

Commit

Permalink
numactl: Update from version 2.0.7 to 2.0.11
Browse files Browse the repository at this point in the history
the newer version need for x265
exclude move_pages.2 from man-pages
  • Loading branch information
david committed Nov 18, 2016
1 parent aa5794d commit d6fad24
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 37 deletions.
37 changes: 0 additions & 37 deletions numactl-2.0.7-0.bee

This file was deleted.

45 changes: 45 additions & 0 deletions numactl.be0
Original file line number Diff line number Diff line change
@@ -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}
#}

0 comments on commit d6fad24

Please sign in to comment.