Skip to content

Commit

Permalink
Merge pull request #1744 from mariux64/fix-srcurl-libXfixes
Browse files Browse the repository at this point in the history
libXfixes: fix SRCURL
  • Loading branch information
wwwutz authored Feb 28, 2020
2 parents e6a1175 + 49d2e0b commit 8c595da
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 83 deletions.
83 changes: 0 additions & 83 deletions libXfixes-5.0.1-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions libXfixes.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libXfixes-5.0.1-1

# more info: https://foo.bar.com

# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXfixes-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/b985b85f8b9386c85ddcfe1073906b4d/libXfixes-5.0.1.tar.bz2"

# 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 8c595da

Please sign in to comment.