x11/rc.x11

Fri, 15 Oct 2010 18:46:25 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 15 Oct 2010 18:46:25 +0200
changeset 261
4f973c756446
permissions
-rw-r--r--

Update copyright, file server URL, modify doc and link logic.
Now documentation is installed by default to the correct path,
and QtCreator links against Qt shared libraries instead of Qt
static libraries. This unfortunate change supports Nokia's
unfortunate decision to poorly support static linking in Qt.

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

mercurial