Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libXdmcp: fix SRCURL
- be0ify
- fixed SRCURL
  • Loading branch information
wwwutz committed Feb 28, 2020
1 parent 3ea4bb9 commit c602ec2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 83 deletions.
83 changes: 0 additions & 83 deletions libXdmcp-1.1.1-0.bee

This file was deleted.

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

# BEE_VERSION libXdmcp-1.1.1-1

#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/b94af6cef211cf3ee256f7e81f70fcd9/libXdmcp-1.1.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 c602ec2

Please sign in to comment.