Skip to content

Commit

Permalink
numactl: update 2.0.12 to 2.0.14
Browse files Browse the repository at this point in the history
- update
- cleanup
  • Loading branch information
wwwutz committed Nov 15, 2021
1 parent 38d4da8 commit 28cabb1
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions numactl.be0
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION numactl-2.0.12-0
# BEE_VERSION numactl-2.0.14-0

SRCURL[0]="https://github.com/numactl/numactl/releases/download/v${PKGVERSION}/${PKGNAME}-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://github.com/numactl/numactl/releases/download/v${PKGVERSION}/${PKGNAME}-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f65f3501a82df8c3ee7cc74dc6a55636/numactl-2.0.14.tar.gz"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

# build_in_sourcedir

#mee_extract() {
Expand All @@ -22,24 +17,14 @@ SRCURL[0]="https://github.com/numactl/numactl/releases/download/v${PKGVERSION}/$
# 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}
# bee_build
#}

#mee_install() {
# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR}
# bee_install
#}

mee_install_post() {
rm -rfv ${D}/usr/share/man/man2/move_pages.2
}

0 comments on commit 28cabb1

Please sign in to comment.