Skip to content

Commit

Permalink
Merge pull request #2524 from mariux64/update-numactl-2014
Browse files Browse the repository at this point in the history
numactl: update 2.0.12 to 2.0.14
  • Loading branch information
wwwutz authored Nov 16, 2021
2 parents 81dd0eb + 321b9a4 commit f57e1a6
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 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,18 @@ 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}
#}
mee_install() {
bee_install

mee_install_post() {
# Conflicts with installed package found: man-pages-5.11-0.x86_64:
# /usr/share/man/man2/move_pages.2
rm -rfv ${D}/usr/share/man/man2/move_pages.2
}

0 comments on commit f57e1a6

Please sign in to comment.