Skip to content

Commit

Permalink
libraw1394: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
- be0ify
  • Loading branch information
wwwutz committed Nov 11, 2021
1 parent 7c5ba92 commit 355c9ac
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 355c9ac

Please sign in to comment.