Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
faad2: fix SRCURL
- be0ify
- fixed SRCURL
  • Loading branch information
wwwutz committed Feb 11, 2020
1 parent 28a8706 commit ec6bd04
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 31 deletions.
31 changes: 0 additions & 31 deletions faad2-2.7-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions faad2.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION faad2-2.7-1

# more info: https://foo.bar.com

#SRCURL[0]="http://downloads.sourceforge.net/faac/faad2-2.7.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/ee1b4d67ea2d76ee52c5621bc6dbf61e/faad2-2.7.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit ec6bd04

Please sign in to comment.