Skip to content

numactl: update to 2.0.12 #1527

Merged
merged 1 commit into from
Jan 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions numactl.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION numactl-2.0.11-0
# BEE_VERSION numactl-2.0.12-0

SRCURL[0]="ftp://oss.sgi.com/www/projects/libnuma/download/numactl-${PKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/numactl/numactl/releases/download/v${PKGVERSION}/${PKGNAME}-${PKGVERSION}.tar.gz"

PATCHURL[0]=""
# PATCHURL[0]=""

# BEE_CONFIGURE=compat

Expand All @@ -14,10 +14,6 @@ PATCHURL[0]=""

# build_in_sourcedir





#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -33,7 +29,7 @@ mee_configure_pre() {
}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -43,3 +39,7 @@ mee_configure_pre() {
#mee_install() {
# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR}
#}

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