Skip to content

Commit

Permalink
libpthread-stubs: beenullify & build v0.4 from beehive
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Nov 17, 2020
1 parent 116615b commit 024713e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
26 changes: 0 additions & 26 deletions libpthread-stubs-0.1-0.bee

This file was deleted.

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

# BEE_VERSION libpthread-stubs-0.4-0

# SRCURL[0]="https://xcb.freedesktop.org/dist/libpthread-stubs-0.4.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/7d2734e604a3e2f6f665c420b835ab62/libpthread-stubs-0.4.tar.gz"

PATCHES[0]=""

# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

0 comments on commit 024713e

Please sign in to comment.