Skip to content

Commit

Permalink
sysfsutils: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
- be0ify
  • Loading branch information
wwwutz committed Aug 31, 2021
1 parent b1ac4d8 commit fc16fe6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 74 deletions.
74 changes: 0 additions & 74 deletions sysfsutils-2.1.0-0.bee

This file was deleted.

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

# BEE_VERSION sysfsutils-2.1.0-1


#SRCURL[0]="http://downloads.sourceforge.net/project/linux-diag/sysfsutils/${PKGVERSION}/sysfsutils-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/14e7dcd0436d2f49aa403f67e1ef7ddc/sysfsutils-2.1.0.tar.gz"

# PATCHURL+=()

build_in_sourcedir

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit fc16fe6

Please sign in to comment.