Skip to content

Commit

Permalink
Merge pull request #1892 from mariux64/fix-libcanberra-028
Browse files Browse the repository at this point in the history
libcanberra: fix rebuild
  • Loading branch information
wwwutz authored Sep 17, 2020
2 parents 7aa828b + ef9c320 commit 3b687a2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
31 changes: 0 additions & 31 deletions libcanberra-0.28-2.bee

This file was deleted.

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

# BEE_VERSION libcanberra-0.28-3

BEE_MAKEFLAGS='-j1 V=1'

# SRCURL[0]="http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/c198b4811598c4c161ff505e4531b02c/libcanberra-0.28.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

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

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 3b687a2

Please sign in to comment.