Skip to content

Commit

Permalink
Merge pull request #2498 from mariux64/fix-srcurl-libraw1394-205
Browse files Browse the repository at this point in the history
libraw1394: fix SRCURL
  • Loading branch information
wwwutz authored Nov 12, 2021
2 parents 35c5a50 + 355c9ac commit aa2d7eb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions libraw1394-2.0.5-0.bee

This file was deleted.

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

# BEE_VERSION libraw1394-2.0.5-1

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

Please sign in to comment.