Skip to content

Commit

Permalink
Merge pull request #1761 from mariux64/fix-srcurl-xvinfo
Browse files Browse the repository at this point in the history
xvinfo: fix SRCURL
  • Loading branch information
wwwutz authored Mar 9, 2020
2 parents 62c7c56 + e96a5df commit 396b7ac
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xvinfo-1.1.2-0.bee

This file was deleted.

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

# BEE_VERSION xvinfo-1.1.2-1

#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xvinfo-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/1fbd65e81323a8c0a4b5e24db0058405/xvinfo-1.1.2.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 396b7ac

Please sign in to comment.