Skip to content

Commit

Permalink
Merge pull request #2260 from mariux64/fix-openmotif-srcurl
Browse files Browse the repository at this point in the history
openmotif: fix SRCURL
  • Loading branch information
wwwutz authored Sep 8, 2021
2 parents 3d844a8 + e63f954 commit cbb3b20
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 31 deletions.
31 changes: 0 additions & 31 deletions openmotif-2.3.3-0.bee

This file was deleted.

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

# BEE_VERSION openmotif-2.3.3-1

# "https://motif.ics.com/sites/default/files/openmotif-2.3.3.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/fd27cd3369d6c7d5ef79eccba524f7be/openmotif-2.3.3.tar.gz"

# PATCHURL[0]=""

PREFIX=/usr/local/openmotif-${PKGVERSION[2]}

BEE_MAKEFLAGS='-j1 V=1'

#mee_patch() {
# bee_patch
#}

#mee_configure() {
# bee_configure --with-x
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -r ${D}//usr/local/openmotif-2.3/share/man/man3
}
36 changes: 36 additions & 0 deletions printproto.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION printproto-1.0.4-1

# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/proto/printproto-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/7321847a60748b4d2f1fa16db4b6ede8/printproto-1.0.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 cbb3b20

Please sign in to comment.