Difference between revisions of "Gwenhywfar"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
Weibullguy (talk | contribs) m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://www.aquamaniac.de/sites/download/download.php?package=01&release=05&file=01&dummy=gwenhywfar-{{gwenhywfar-Version}}.tar.gz |
|} | |} | ||
---- | ---- | ||
− | + | {{Package-Introduction|Gwenhywfar is a multi-purpose library that provides useful functions such as configuration file handling, a full featured message generation and parsing engine, and an operating system abstraction layer.}} | |
− | |||
− | Gwenhywfar is a multi-purpose library that provides useful functions such as configuration file handling, a full featured message generation and parsing engine, and an operating system abstraction layer. | ||
== Dependencies == | == Dependencies == | ||
Line 24: | Line 22: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr -- | + | ./configure --prefix=/usr --sysconfdir=/etc && |
make | make | ||
− | Install the package | + | Install the package: |
make install | make install | ||
Line 35: | Line 33: | ||
=== 32Bit === | === 32Bit === | ||
− | + | Compile the package: | |
+ | |||
+ | CC="gcc ${BUILD32}" ./configure --prefix=/usr \ | ||
+ | --sysconfdir=/etc && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install && | ||
+ | mv -v /usr/bin/gwenhywfar-config{,-32} | ||
=== N32 === | === N32 === | ||
− | + | Compile the package: | |
+ | |||
+ | CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | ||
+ | --sysconfdir=/etc --libdir=/usr/lib32 && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install && | ||
+ | mv -v /usr/bin/gwenhywfar-config{,-n32} | ||
=== 64Bit === | === 64Bit === | ||
− | + | Compile the package: | |
+ | |||
+ | CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | ||
+ | --sysconfdir=/etc --libdir=/usr/lib64 && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install && | ||
+ | mv -v /usr/bin/gwenhywfar-config{,-64} && | ||
+ | ln -sfv multiarch_wrapper /usr/bin/gwenhywfar-config | ||
= Contents = | = Contents = | ||
Line 50: | Line 76: | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
− | | gwenhywfar-config | + | | gwenhywfar-config, mklistdoc, xmlmerge, typemaker, gct-tool |
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
Line 58: | Line 84: | ||
| /usr/include/gwenhywfar, /usr/lib/gwenhywfar | | /usr/include/gwenhywfar, /usr/lib/gwenhywfar | ||
|} | |} | ||
+ | |||
+ | [[Category:General Libs]] |
Latest revision as of 10:15, 25 January 2009
Download Source: | http://www.aquamaniac.de/sites/download/download.php?package=01&release=05&file=01&dummy=gwenhywfar-3.3.4.tar.gz |
---|
Contents
Introduction to Gwenhywfar
Gwenhywfar is a multi-purpose library that provides useful functions such as configuration file handling, a full featured message generation and parsing engine, and an operating system abstraction layer.
Project Homepage: Unknown
Dependencies
Recommended
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr \ --sysconfdir=/etc && make
Install the package:
make install && mv -v /usr/bin/gwenhywfar-config{,-32}
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --sysconfdir=/etc --libdir=/usr/lib32 && make
Install the package:
make install && mv -v /usr/bin/gwenhywfar-config{,-n32}
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --sysconfdir=/etc --libdir=/usr/lib64 && make
Install the package:
make install && mv -v /usr/bin/gwenhywfar-config{,-64} && ln -sfv multiarch_wrapper /usr/bin/gwenhywfar-config
Contents
Installed Programs: | gwenhywfar-config, mklistdoc, xmlmerge, typemaker, gct-tool |
---|---|
Installed Libraries: | libgwenhywfar.{la,so} |
Installed Directories: | /usr/include/gwenhywfar, /usr/lib/gwenhywfar |