x11/rc.x11

Wed, 30 Mar 2011 19:35:16 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 30 Mar 2011 19:35:16 +0200
changeset 335
6eb79a12ee37
permissions
-rw-r--r--

Finally correct packaging logic enough to allow for successful building:
Force Java dependency to C++ and POSIX threads to satisfy buildtime
requirements of GCJ, add conditional java dependency to infozip as
required by libjava/configure, remove outdated fortran conditions,
correct buildconf causing jcf-dump target to fail, add and improve
warnings regarding profile feedback, build duration, and parallel
make, correct make environment when building C++ dependent languages,
and introduce new helpful comments.

     1 #!@l_prefix@/bin/openpkg rc
     2 ##
     3 ##  rc.x11 -- Run-Commands
     4 ##
     6 %config
     7     x11_bindir="@x11_bindir@"
     8     x11_incdir="@x11_incdir@"
     9     x11_libdir="@x11_libdir@"
    11 %info -o
    12     echo "X11 Binary  Directory: ${x11_bindir}"
    13     echo "X11 Include Directory: ${x11_incdir}"
    14     echo "X11 Library Directory: ${x11_libdir}"

mercurial