Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
glu: update 9.0.0 to 9.0.2
- update fixes:
```
src/libutil/error.c:60:10: error: 'NULL' undeclared here (not in a function)
```
  • Loading branch information
wwwutz committed Nov 11, 2021
1 parent fd4da88 commit 9e5c8db
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 83 deletions.
83 changes: 0 additions & 83 deletions glu-9.0.0-0.bee

This file was deleted.

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

# BEE_VERSION glu-9.0.2-0

# more info: https://foo.bar.com
# SRCURL[0]="ftp://ftp.freedesktop.org/pub/mesa/glu/glu-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/2b0f13fa5b949bfb3a995927c6e35125/glu-9.0.2.tar.xz"

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

0 comments on commit 9e5c8db

Please sign in to comment.