Skip to content
Permalink
83b9dee1d1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 26 lines (16 sloc) 387 Bytes
#!/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
}