From 899caac48ba086213dde6cf656bca07a3f967215 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 2 Sep 2021 14:42:25 +0200 Subject: [PATCH] lesstiff: fixed SRCURL - fixed SRCURL --- lesstif-0.95.2-0.bee | 26 -------------------------- lesstif.be0 | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100755 lesstif-0.95.2-0.bee create mode 100755 lesstif.be0 diff --git a/lesstif-0.95.2-0.bee b/lesstif-0.95.2-0.bee deleted file mode 100755 index e63d08050..000000000 --- a/lesstif-0.95.2-0.bee +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/env beesh - -PGRP=( x ) - -SRCURL="http://downloads.sourceforge.net/lesstif/lesstif-0.95.2.tar.bz2" - -# PATCHES="" - -EXCLUDE="^/usr/LessTif" - -SYSCONFDIR=/etc/X11 - -mee_configure() { - bee_configure --enable-production --with-xdnd - - sed -i "s@libdir)/X11/mwm@sysconfdir)/mwm@" clients/Motif-2.1/mwm/Makefile -} - -# mee_build() { -# bee_build -# } - -mee_install() { - bee_install -} - diff --git a/lesstif.be0 b/lesstif.be0 new file mode 100755 index 000000000..7159b4383 --- /dev/null +++ b/lesstif.be0 @@ -0,0 +1,26 @@ +#!/bin/env beesh + +# BEE_VERSION lesstif-0.95.2-1 + +# SRCURL="http://downloads.sourceforge.net/lesstif/lesstif-0.95.2.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/754187dbac09fcf5d18296437e72a32f/lesstif-0.95.2.tar.bz2" + +SYSCONFDIR=/etc/X11 + +mee_configure() { + bee_configure --enable-production --with-xdnd + + sed -i "s@libdir)/X11/mwm@sysconfdir)/mwm@" clients/Motif-2.1/mwm/Makefile +} + +# mee_build() { +# bee_build +# } + +#mee_install() { +# bee_install +#} + +mee_install_post() { + rm -rf ${D}/usr/LessTif +}