Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2390 from mariux64/fix-srcurl-a52dec
a52dec: fix SRCURL
  • Loading branch information
wwwutz committed Oct 5, 2021
2 parents c2dd9c9 + 98655ad commit a5efd3b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
31 changes: 0 additions & 31 deletions a52dec-0.7.4-1.bee

This file was deleted.

28 changes: 28 additions & 0 deletions a52dec.be0
@@ -0,0 +1,28 @@
#!/bin/env beesh

# BEE_VERSION a52dec-0.7.4-3

# SRCURL[0]="http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/caa9f5bc44232dc8aeea773fea56be80/a52dec-0.7.4.tar.gz"

# PATCHURL[0]=""

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

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

mee_configure() {
bee_configure CFLAGS="-g -O2 -fPIC"
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit a5efd3b

Please sign in to comment.