Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
jack1: fix linkage & SRCURL
- be0ify
- fixed SRCURL
- build failed linking fast_rand(), patch to declare static
  • Loading branch information
wwwutz committed Sep 19, 2021
1 parent 066a35b commit b6879ab
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 83 deletions.
83 changes: 0 additions & 83 deletions jack-audio-connection-kit-0.121.3-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions jack-audio-connection-kit.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION jack-audio-connection-kit-0.121.3-1

# https://github.com/jackaudio/jack1/archive/refs/tags/${PKGVERSION}.tar.gz

# SRCURL[0]="https://github.com/jackaudio/jack1/archive/refs/tags/${PKGVERSION}.tar.gz jack-audio-connection-kit-${PKGVERSION}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/3747db690c9767d05b24e0a4f2dc20cd/jack-audio-connection-kit-0.121.3.tar.gz"
PATCHURL+=("https://beehive.molgen.mpg.de/2f2c93af876e24239cc874386a383fd4/jack-audio-connection-kit.patch")

#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
#}

mee_install_post() {
cd ${D} && rm -r usr/share/jack-audio-connection-kit
}

0 comments on commit b6879ab

Please sign in to comment.