Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
freeglut: update to 3.2.2, dump old bee file
The interface remains stable, but freeglut has received
a bunch of new functions.
  • Loading branch information
thomas committed Mar 21, 2022
1 parent f0fa0a8 commit 1c02d52
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 26 deletions.
26 changes: 0 additions & 26 deletions freeglut-2.6.0-0.bee

This file was deleted.

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

# BEE_VERSION freeglut-3.2.2-0

# https://github.com/FreeGLUTProject/freeglut/releases/download/v3.2.2/freeglut-3.2.2.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/485c1976165315fc42c0b0a1802816d9/freeglut-3.2.2.tar.gz"

# PATCHURL+=()

# 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() {
# exit
#}

0 comments on commit 1c02d52

Please sign in to comment.