Skip to content

Commit

Permalink
Merge pull request #2598 from mariux64/update-glew-1.7.0-to-2.2.0
Browse files Browse the repository at this point in the history
Update glew 1.7.0 to 2.2.0
  • Loading branch information
thomas authored Mar 23, 2022
2 parents 9d58618 + e4f1b3a commit 1689ee5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions glew.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION glew-1.7.0-2
# BEE_VERSION glew-2.2.0-0

#SRCURL[0]="https://downloads.sourceforge.net/project/glew/glew/${PKGVERSION}/glew-${PKGVERSION}.tgz"
SRCURL[0]="https://beehive.molgen.mpg.de/fb7a8bb79187ac98a90b57f0f27a3e84/glew-1.7.0.tgz"
# wget http://downloads.sourceforge.net/glew/glew-2.2.0.tgz
SRCURL[0]="https://beehive.molgen.mpg.de/3579164bccaef09e36c0af7f4fd5c7c7/glew-2.2.0.tgz"

# PATCHURL+=()

Expand All @@ -23,10 +23,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fb7a8bb79187ac98a90b57f0f27a3e84/glew-1
# bee_configure
#}

mee_build() {
bee_build GLEW_DEST=${PREFIX} BINDIR=${BINDIR} LIBDIR=${LIBDIR} INCDIR=${INCLUDEDIR}/GL
}
#mee_build() {
# bee_build
#}

mee_install() {
bee_install GLEW_DEST=${D}${PREFIX} BINDIR=${D}${BINDIR} LIBDIR=${D}${LIBDIR} INCDIR=${D}${INCLUDEDIR}/GL
bee_install install.all
}
5 changes: 3 additions & 2 deletions mesa-demos.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mesa-demos-8.4.0-1
# BEE_VERSION mesa-demos-8.4.0-3

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,8 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://mesa.freedesktop.org/archive/demos/mesa-demos-${PKGVERSION}.tar.bz2"
# SRCURL[0]="https://mesa.freedesktop.org/archive/demos/mesa-demos-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/6b65a02622765522176d00f553086fa3/mesa-demos-8.4.0.tar.bz2"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 1689ee5

Please sign in to comment.