Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1749 from mariux64/fix-srcurl-x11perf
x11perf: fix SRCURL
  • Loading branch information
wwwutz committed Feb 28, 2020
2 parents 5e5206d + 8d331b2 commit fb0dbe6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 83 deletions.
83 changes: 0 additions & 83 deletions x11perf-1.5.4-0.bee

This file was deleted.

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

# BEE_VERSION x11perf-1.5.4-1

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

#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/x11perf-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/5c3c7431a38775caaea6051312a49bc9/x11perf-1.5.4.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 fb0dbe6

Please sign in to comment.