Paco
From CBLFS
| 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-gtkmm 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
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr &&
make
Install the package:
make install
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
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
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 |