openpkg/root.README

Fri, 07 Sep 2012 19:08:07 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 07 Sep 2012 19:08:07 +0200
changeset 667
9dacbd1d1aa2
parent 13
cb59d6afeb61
permissions
-rw-r--r--

Correct build configuration in Solaris subdir, correct english grammar,
remove irrelevant strip notice, introduce custom CFLAG logic, facilitate
use of Solaris Studio compiler with needed build configuration
adjustments, conditionally build 64 bit position independent code,
and accommodate tun(7) in newer Solaris releases by renaming driver
and module from conflicting 'tun' to 'vtun'. These changes include
some nonstandard 'I give up' logic causing out of tree builds by
manipulating the PATH, for example.

michael@13 1
michael@428 2 This is @l_prefix@, an RPM-based OpenPKG software stack.
michael@13 3 This filesystem area contains software which was automatically
michael@428 4 installed through OpenPKG RPM packages from http://openpkg.org/.
michael@13 5
michael@428 6 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@428 14 $ @l_prefix@/bin/openpkg rpm -qvl <name>
michael@13 15 (q)uery (v)erbose (l)ist of installed files of package <name>
michael@13 16
michael@428 17 $ @l_prefix@/bin/openpkg rpm -qf <file>
michael@428 18 (q)uery package which contains (f)ile <file>
michael@428 19
michael@428 20 $ @l_prefix@/bin/openpkg rpm -qa '<tag>=[!]<pattern>'
michael@428 21 (q)uery list of (a)ll packages with <tag> [not] matching <pattern>
michael@428 22
michael@428 23 $ @l_prefix@/bin/openpkg rpm -q --whatrequires <capability>
michael@428 24 (q)uery list of (a)ll packages which require <capability>
michael@428 25
michael@428 26 $ @l_prefix@/bin/openpkg rpm -q --whatprovides <capability>
michael@428 27 (q)uery list of (a)ll packages which provide <capability>
michael@428 28
michael@13 29 Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a
michael@13 30 user's Bourne (Again) Shell startup script (.profile or .bashrc) in
michael@428 31 order to activate this OpenPKG software stack and all of its packages.
michael@13 32
michael@13 33 In case of any questions or problems post to the OpenPKG project
michael@13 34 user support mailing list <openpkg-users@openpkg.org>. For more
michael@428 35 details about OpenPKG visit http://openpkg.org/.
michael@13 36

mercurial