Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hdparm: update to 9.60
- be0ify
- fixes SRCURL
- update to 9.60
  • Loading branch information
wwwutz committed Apr 20, 2021
1 parent f7ad791 commit fc3fd12
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 85 deletions.
85 changes: 0 additions & 85 deletions hdparm-9.48-1.bee

This file was deleted.

34 changes: 34 additions & 0 deletions hdparm.be0
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION hdparm-9.60-0

# SRCURL[0]="http://sourceforge.net/projects/hdparm/files/hdparm/hdparm-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/25a791d47236c58801f8b27074f3ef93/hdparm-9.60.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

mee_patch() {
sed -r -i 's|(binprefix = )|\1/usr|' Makefile
bee_patch "${@}"
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
mkdir -p ${D}/usr/sbin
bee_install DESTDIR="${D}"
}

0 comments on commit fc3fd12

Please sign in to comment.