Skip to content
Permalink
077d6ef2a4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 73845bb Jan 8, 2020 History
- fix SRCURL
- use patchfiles
- fix parallel build
1 contributor

Users who have contributed to this file

executable file 35 lines (24 sloc) 733 Bytes
#!/usr/bin/env beesh
# BEE_VERSION nbench-byte-2.2.3-2
# more info: https://www.math.utah.edu/~mayer/linux/bmark.html
SRCURL[0]="http://www.math.utah.edu/~mayer/linux/nbench-byte-${PKGVERSION}.tar.gz"
PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-cflags.patch)
PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-parallel-make.patch)
PATCHURL+=(/src/mariux/patches/nbench-byte-2.2.3-fix-dat-path.patch)
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
mee_install() {
mkdir -p $D/usr/sbin
cp -va nbench $D/usr/sbin
mkdir -p $D/usr/share/nbench
cp -va NNET.DAT $D/usr/share/nbench
}