openpkg/root.README

Mon, 28 Mar 2011 19:41:02 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 28 Mar 2011 19:41:02 +0200
changeset 332
2289d64c2123
child 428
f880f219c566
permissions
-rw-r--r--

Completely rework package including...
Simpify 64-bit -fPIC logic, instruct make to build in parallel,
force error condition on failed profile dependency, build the
standard 'bootstrap' target as suggested, correct grammar, wording,
and punctuation in general, upgrade to latest upstream vendor version,
rearrange package dependencies mpc, mpfr, and gmp, correct buildconf
thanks to new lto-plugin forced, avoid failed platform specific stage
comparison, adjust patch code to reflect new version update, and most
importantly adjust optimization flags to platform. Please note that
block 'correct hardcoded paths' is likely no yet complete.

michael@13 1
michael@13 2 This is @l_prefix@, an RPM-based OpenPKG software package hierarchy.
michael@13 3 This filesystem area contains software which was automatically
michael@13 4 installed through OpenPKG RPM packages from http://www.openpkg.org/.
michael@13 5
michael@13 6 Short OpenPKG RPM query command summary:
michael@13 7
michael@13 8 $ @l_prefix@/bin/openpkg rpm -qa
michael@13 9 (q)uery list of (a)ll installed packages
michael@13 10
michael@13 11 $ @l_prefix@/bin/openpkg rpm -qi <name>
michael@13 12 (q)uery (i)nformation about package <name>
michael@13 13
michael@13 14 $ @l_prefix@/bin/openpkg rpm -qlv <name>
michael@13 15 (q)uery (v)erbose (l)ist of installed files of package <name>
michael@13 16
michael@13 17 Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a
michael@13 18 user's Bourne (Again) Shell startup script (.profile or .bashrc) in
michael@13 19 order to activate this hierarchy and all of its packages.
michael@13 20
michael@13 21 In case of any questions or problems post to the OpenPKG project
michael@13 22 user support mailing list <openpkg-users@openpkg.org>. For more
michael@13 23 details about OpenPKG visit http://www.openpkg.org/.
michael@13 24

mercurial