Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lesstiff: fixed SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 2, 2021
1 parent 83b9dee commit 899caac
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 0 additions & 26 deletions lesstif-0.95.2-0.bee

This file was deleted.

26 changes: 26 additions & 0 deletions 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
}

0 comments on commit 899caac

Please sign in to comment.