diff --git a/openmotif-2.3.3-0.bee b/openmotif-2.3.3-0.bee deleted file mode 100755 index fe3d2fb70..000000000 --- a/openmotif-2.3.3-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.openmotif.org/files/public_downloads/openmotif/${PKGVERSION[2]}/${PKGVERSION}/openmotif-2.3.3.tar.gz" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - -PREFIX=/usr/local/openmotif-${PKGVERSION[2]} - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure --with-x -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/openmotif.be0 b/openmotif.be0 new file mode 100755 index 000000000..2a4b5817b --- /dev/null +++ b/openmotif.be0 @@ -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 +} diff --git a/printproto.be0 b/printproto.be0 new file mode 100755 index 000000000..d80ba0879 --- /dev/null +++ b/printproto.be0 @@ -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 +#}