|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/praenti/openmotif/openmotif.conf # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. A copy of the GNU General Public # License can be found at Documentation/COPYING. # # Many people helped and are helping developing ROCK Linux. Please # have a look at http://www.rocklinux.org/ and the Documentation/TEAM # file for details. # # --- ROCK-COPYRIGHT-NOTE-END ---
build_motif() { patch -p1 < ${confdir}/Imakefile-openmotif-2.1.30.diff
mkdir -p imports/x11 ln -vs $root/usr/X11R6/bin imports/x11/bin ln -vs $root/usr/X11R6/include imports/x11/include ln -vs $root/usr/X11R6/lib imports/x11/lib eval $MAKE World eval $MAKE install eval $MAKE install.man }
# We need that for version 2.2.2. I'll let it here because we need this perhaps in the future again #var_append INSTALL_WRAPPER_FILTER "|" \ # 'sed "s,man/man[123456789n]/.*\$,\\0openmotif,"'
hook_add postdoc 3 "rm -rf $docdir/man $docdir/Makefile*" hook_add postinstall 3 "register_wm $pkg ${pkg}-mwm /$prefix/bin/mwm"
custmain="build_motif" srctar="openmotif-${ver}_MLI.src.tar.bz2"
|