Skip to content

Commit

Permalink
sdparm: Add sdparm-1.10
Browse files Browse the repository at this point in the history
sdparm:
 - access SCSI modes pages
 - read VPD pages
 - send simple SCSI commands.

installs:
 /usr/bin/sdparm
 /usr/bin/sas_disk_blink
 /usr/bin/scsi_ch_swp
  • Loading branch information
thomas committed Dec 9, 2019
1 parent 7e94671 commit a49fe45
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions sdparm.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION sdparm-1.10-0

SRCURL[0]="http://sg.danny.cz/sg/p/sdparm-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit a49fe45

Please sign in to comment.