Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2097 from mariux64/fix-dl-zvbi-0235
zvbi: fix SRCURL
  • Loading branch information
wwwutz committed Apr 26, 2021
2 parents 74ac3d1 + dee2203 commit a4247dc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 83 deletions.
83 changes: 0 additions & 83 deletions zvbi-0.2.35-0.bee

This file was deleted.

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

# BEE_VERSION zvbi-0.2.35-1

# SRCURL[0]="http://downloads.sourceforge.net/project/zapping/zvbi/${PKGVERSION}/zvbi-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/95e53eb208c65ba6667fd4341455fa27/zvbi-0.2.35.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit a4247dc

Please sign in to comment.