Difference between revisions of "GtkHTML"

From CBLFS
Jump to navigationJump to search
m (Gtkhtml moved to GtkHTML)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://ftp.acc.umu.se/pub/gnome/sources/gtkhtml/3.13/
+
| http://ftp.acc.umu.se/pub/gnome/sources/gtkhtml/{{GtkHTML-Version2}}/gtkhtml-{{GtkHTML-Version}}.tar.bz2
 
|}
 
|}
  
Not done deps yet
+
{{Blank-Package-Introduction}}
 +
 
 +
== Dependencies ==
 +
 
 +
=== Required ===
 +
* [[libgnomeui]]
 +
* [[GAIL]]
 +
* [[GNOME Icon Theme]]
 +
* [[libgnomeprintui]]
 +
* [[enchant]]
 +
=== Optional ===
 +
* [[libsoup]]
 +
* [[intltool]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==
  
Build:
+
Build the package:
 +
 
 +
./configure --prefix=${GNOME_PREFIX} \
 +
    --libexecdir=${GNOME_PREFIX}/lib/gtkhtml &&
 +
make
 +
 
 +
Install the package:
 +
 
 +
make install
 +
 
 +
== Multilib ==
 +
 
 +
=== 32Bit ===
 +
 
 +
Build the package:
 +
 
 +
CC="gcc ${BUILD32}" USE_ARCH=32 \
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 +
./configure --prefix=${GNOME_PREFIX} \
 +
    --libexecdir=${GNOME_PREFIX}/lib/gtkhtml &&
 +
make
 +
 
 +
Install the package:
 +
 
 +
make install
 +
 
 +
=== N32 ===
 +
 
 +
Build the package:
 +
 
 +
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 +
./configure --prefix=${GNOME_PREFIX} \
 +
    --libdir=${GNOME_PREFIX}/lib32 \
 +
    --libexecdir=${GNOME_PREFIX}/lib32/gtkhtml &&
 +
make
 +
 
 +
Install the package:
  
./configure --prefix=/usr &&
 
 
  make install
 
  make install
  
Build:
+
=== 64Bit ===
 +
 
 +
Build the package:
 +
 
 +
CC="gcc ${BUILD64}" USE_ARCH=64 \
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 +
./configure --prefix=${GNOME_PREFIX} \
 +
    --libdir=${GNOME_PREFIX}/lib64 \
 +
    --libexecdir=${GNOME_PREFIX}/lib64/gtkhtml &&
 +
make
 +
 
 +
Install the package:
  
 
  make install
 
  make install

Latest revision as of 10:14, 27 February 2009

Download Source: http://ftp.acc.umu.se/pub/gnome/sources/gtkhtml/3.32/gtkhtml-3.32.1.tar.bz2

Introduction to GtkHTML

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Build the package:

./configure --prefix=${GNOME_PREFIX} \
    --libexecdir=${GNOME_PREFIX}/lib/gtkhtml &&
make

Install the package:

make install

Multilib

32Bit

Build the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} \
    --libexecdir=${GNOME_PREFIX}/lib/gtkhtml &&
make

Install the package:

make install

N32

Build the package:

CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${GNOME_PREFIX} \
    --libdir=${GNOME_PREFIX}/lib32 \
    --libexecdir=${GNOME_PREFIX}/lib32/gtkhtml &&
make

Install the package:

make install

64Bit

Build the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${GNOME_PREFIX} \
    --libdir=${GNOME_PREFIX}/lib64 \
    --libexecdir=${GNOME_PREFIX}/lib64/gtkhtml &&
make

Install the package:

make install