Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
a52dec: fix SRCURL
- fixed SRCURL
- be0ified
  • Loading branch information
wwwutz committed Oct 5, 2021
1 parent c2dd9c9 commit 98655ad
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 98655ad

Please sign in to comment.