Skip to content

Commit

Permalink
dmidecode: Use current minimal bee file template
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Oct 26, 2021
1 parent 829e7e8 commit 53aee05
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions dmidecode.be0
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,33 @@

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

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=""
# PATCHURL+=()

# build_in_sourcedir


# sourcesubdir_append src

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

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

mee_configure() {
bee_configure
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
}
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 53aee05

Please sign in to comment.