Skip to content

Commit

Permalink
Merge pull request #2427 from mariux64/update-dmidecode-from-3.0-to-3.3
Browse files Browse the repository at this point in the history
Update dmidecode from 3.0 to 3.3
  • Loading branch information
pmenzel authored Oct 27, 2021
2 parents 2e6e9ad + 41cd770 commit 6bbd23d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
36 changes: 0 additions & 36 deletions dmidecode-3.0-1.bee

This file was deleted.

36 changes: 36 additions & 0 deletions dmidecode.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION dmidecode-3.3-0

SRCURL[0]="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
sed -i 's,/usr/local,/usr,' Makefile
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 6bbd23d

Please sign in to comment.