Skip to content

openmotif: fix SRCURL #2260

Merged
merged 1 commit into from
Sep 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}