Skip to content

Commit

Permalink
Merge pull request #2135 from mariux64/fix-libspectre
Browse files Browse the repository at this point in the history
libspectre: fix SRCURL
  • Loading branch information
wwwutz authored May 17, 2021
2 parents 0b394f4 + df59b09 commit 8bbbcea
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 31 deletions.
31 changes: 0 additions & 31 deletions libspectre-0.2.8-0.bee

This file was deleted.

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

# BEE_VERSION libspectre-0.2.8-1

#SRCURL[0]="http://libspectre.freedesktop.org/releases/libspectre-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/97ad2c8188db6bdc77fd742522b0bbdf/libspectre-0.2.8.tar.gz"

# not working:
#SRCURL[0]="https://beehive.molgen.mpg.de/9701578bd2726089b1fbb96ea019a6d6/libspectre-0.2.9.tar.gz"
#SRCURL[0]="https://beehive.molgen.mpg.de/e06601a5529e07b58ad91a51e80aab78/libspectre-0.2.9_p1_155777e.tar.bz2"

# PATCHURL[0]=""

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 8bbbcea

Please sign in to comment.