-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Randy McMurchy wrote:
> Wayne Blaszczyk wrote:
>> Howdy folks,
>> I thought I might contribute something to this project after using
>> LFS/BLFS for several years now.
>> I've created a new page for liboil and have attached the diff file to
>> ticket 2820. Let me know if this is the correct way of submitting things.
>
> Sorry it has taken a couple of days to get back to you. I looked
> at your patch and it seems very good. The description of liboil is
> a bit vague, and I don't understand why you used the CONFIGPARMS
> instead of just adding --prefix=/usr to the configure command like
> it is done in every other BLFS package.
>
> Anyway, I'll try to get this patch into my sandbox today and see
> if I can't get it committed. Thanks for the patch.
>
Randy,
Thanks for the update.
The reason for the CONFIGPARMS was to give the end user an easier way of
cutting and pasting all the optional parameters during the build. Maybe
the single option --enable-gtk-doc didn't show the benefit. I've
attached a libgtop example which has a few more optional parameters.
Let me know if there is a benefit in doing it this way or not. If there
isn't then I won't do it anymore.
Regards,
Wayne.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFKYToVhfgHoRhX2wIRAie6AKDx9ct6oYqKlbVGV1AvtWiKQPgtMACfcpa0
7wrWnP5l9nBqxAUugOlRn/s=
=LgVV
-----END PGP SIGNATURE-----
Index: BOOK/gnome/core/libgtop.xml
===================================================================
--- BOOK/gnome/core/libgtop.xml (revision 7846)
+++ BOOK/gnome/core/libgtop.xml (working copy)
@@ -4,10 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY libgtop-download-http "&gnome-download-http;/libgtop/2.14/libgtop-&libgtop-version;.tar.bz2">
- <!ENTITY libgtop-download-ftp "&gnome-download-ftp;/libgtop/2.14/libgtop-&libgtop-version;.tar.bz2">
- <!ENTITY libgtop-md5sum "a228ccab58216f7fef97de9c2b6e328e">
- <!ENTITY libgtop-size "772 KB">
+ <!ENTITY libgtop-download-http "&gnome-download-http;/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
+ <!ENTITY libgtop-download-ftp "&gnome-download-ftp;/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
+ <!ENTITY libgtop-md5sum "49fe5c91a6bbc103a0a05c6854a6cc11">
+ <!ENTITY libgtop-size "749 KB">
<!ENTITY libgtop-buildsize "16 MB">
<!ENTITY libgtop-time "0.3 SBU">
]>
@@ -79,11 +79,28 @@
<para>Install <application>LibGTop</application> by running the following
commands:</para>
-<screen><userinput>
-./configure --prefix=$(pkg-config \
- --variable=prefix ORBit-2.0) \
- --infodir=$(pkg-config --variable=prefix ORBit-2.0)/share/info \
- --with-libgtop-inodedb &&
+<screen><userinput>CONFIGPARMS="--prefix=$(pkg-config --variable=prefix ORBit-2.0) \
+ --infodir=$(pkg-config \
+ --variable=prefix ORBit-2.0)/share/info"</userinput></screen>
+
+ <para>If you wish build the numerous example programs, run
+ the following command:</para>
+
+<screen><userinput>CONFIGPARMS="$CONFIGPARMS -with-libgtop-examples"</userinput></screen>
+
+ <para>If you did build <application>GDBM</application>, and you wish
+ to build the inodedb programs, run the following command:</para>
+
+<screen><userinput>CONFIGPARMS="$CONFIGPARMS --with-libgtop-inodedb"</userinput></screen>
+
+ <para>If you wish to rebuild the API documentation, run
+ the following command:</para>
+
+<screen><userinput>CONFIGPARMS="$CONFIGPARMS --enable-gtk-doc"</userinput></screen>
+
+ <para>Run the following commands:</para>
+
+<screen><userinput>./configure $CONFIGPARMS &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page