Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2479 from mariux64/update-glu-902
glu: update 9.0.0 to 9.0.2
  • Loading branch information
wwwutz committed Nov 11, 2021
2 parents fd4da88 + 58d545d commit 62994da
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 83 deletions.
83 changes: 0 additions & 83 deletions glu-9.0.0-0.bee

This file was deleted.

39 changes: 39 additions & 0 deletions glu.be0
@@ -0,0 +1,39 @@
#!/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
#}

mee_install_post() {
echo "./contentdiff.pl /usr/share/bee/${PKGFULLNAME}-[0-9]*/CONTENT ${D}/"
echo "( cd ${D}; find . -ls )"
exit
}

0 comments on commit 62994da

Please sign in to comment.