Skip to content

Commit

Permalink
Merge pull request #2209 from mariux64/fix-srcurl-sysfsutils
Browse files Browse the repository at this point in the history
sysfsutils: fix SRCURL
  • Loading branch information
wwwutz authored Sep 1, 2021
2 parents f18c132 + fc16fe6 commit 1286a49
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 1286a49

Please sign in to comment.