Skip to content

Commit

Permalink
Merge pull request #1940 from mariux64/fix-dillo
Browse files Browse the repository at this point in the history
dillo: fix SRCURL
  • Loading branch information
wwwutz authored Oct 1, 2020
2 parents dcbeb30 + 5702418 commit a1df83d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 85 deletions.
85 changes: 0 additions & 85 deletions dillo-3.0.5-0.bee

This file was deleted.

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

# BEE_VERSION dillo-3.0.5-1

# SRCURL[0]="http://www.dillo.org/download/dillo-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/554aad93b6107bba696f4da022c41561/dillo-3.0.5.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
# bee_configure --prefix=/usr --enable-ssl
bee_configure --enable-ssl
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit a1df83d

Please sign in to comment.