Difference between revisions of "Paco"

From CBLFS
Jump to navigationJump to search
(Undo revision 15350 by Animeloe (Talk))
m
Line 34: Line 34:
  
 
  make install
 
  make install
 +
 +
Optionally, log paco's installation of itself:
 +
 +
make logme
  
 
== Multilib ==
 
== Multilib ==
Line 86: Line 90:
 
== Configuring ==
 
== Configuring ==
  
If you have [[Bash-Completion]] installed you may install the paco_bash_completion script.
+
If you have [[Bash-completion]] installed you may install the paco_bash_completion script.
  
 
  cp -v paco_bash_completion /etc/bash_completion.d/
 
  cp -v paco_bash_completion /etc/bash_completion.d/
  
Ensure Bash-Completion is enabled in your shell.
+
Ensure [[Bash-completion]] is enabled in your shell.
  
 
  cat >> ~/.bashrc << "EOF"
 
  cat >> ~/.bashrc << "EOF"

Revision as of 00:00, 5 March 2009

Download Source: http://downloads.sourceforge.net/paco/paco-2.0.6.tar.bz2

Introduction to Paco

Paco is a source code package organizer for Unix/Linux systems, originally written to aid package management when installing an (C)LFS system.

Project Homepage: http://paco.sourceforge.net/

Dependencies

Optional

  • Gtkmm required to build the gpaco GUI
  • Bash-completion required to use the paco_bash_completion script

Configuration Information

--disable-gpaco don't build the GTK interface gpaco.
--enable-scripts install scripts pacoball, superpaco, rpm2paco, ocap, paco_bash_completion

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Optionally, log paco's installation of itself:

make logme

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr &&
make

Install the package:

make install

Optionally, log paco's installation of itself:

make logme

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package:

make install

Optionally, log paco's installation of itself:

make logme

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package:

make install

Optionally, log paco's installation of itself:

make logme

Configuring

If you have Bash-completion installed you may install the paco_bash_completion script.

cp -v paco_bash_completion /etc/bash_completion.d/

Ensure Bash-completion is enabled in your shell.

cat >> ~/.bashrc << "EOF"
# Enable bash completion
if [ -f /etc/bash_completion ]; then
  source /etc/bash_completion
fi
EOF

Contents

Installed Directories: /var/log/paco
Installed Programs: gpaco,superpaco,ocap,pacoball,rpm2paco,paco
Installed Libraries: libpaco-log.a,libpaco-log.la,libpaco-log.so.0.0.0

Short Descriptions

paco
gpaco
superpaco
ocap
pacoball
rpm2paco