Skip to content
Permalink
83e0d7979c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit d5db236 Feb 11, 2020 History
- fixed SRCURL
- be0ify
1 contributor

Users who have contributed to this file

executable file 32 lines (22 sloc) 673 Bytes
#!/usr/bin/env beesh
# BEE_VERSION glew-1.7.0-2
#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"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
mee_build() {
bee_build GLEW_DEST=${PREFIX} BINDIR=${BINDIR} LIBDIR=${LIBDIR} INCDIR=${INCLUDEDIR}/GL
}
mee_install() {
bee_install GLEW_DEST=${D}${PREFIX} BINDIR=${D}${BINDIR} LIBDIR=${D}${LIBDIR} INCDIR=${D}${INCLUDEDIR}/GL
}