Skip to content

Commit

Permalink
Merge pull request #2257 from mariux64/fix-srcurl-libavc1394
Browse files Browse the repository at this point in the history
libavc1394: fix SRCURL
  • Loading branch information
wwwutz authored Sep 8, 2021
2 parents d2ae68f + e9a8167 commit 5d78627
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions libavc1394-0.5.4-0.bee

This file was deleted.

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

# BEE_VERSION libavc1394-0.5.4-1

# SRCURL[0]="http://downloads.sourceforge.net/project/libavc1394/libavc1394/libavc1394-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/caf0db059d8b8d35d6f08e6c0e1c7dfe/libavc1394-0.5.4.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
#}

0 comments on commit 5d78627

Please sign in to comment.