This package provides several KDE clients useful for managing a system. Clients include programs for managing users, initialization files, cron, and network connections.
This package is known to build and work properly using an LFS-6.7 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.6.0/src/kdeadmin-4.6.0.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdeadmin-4.6.0.tar.bz2
Download MD5 sum: 6b7102d8907c4cd44e172e8229f00ee9
Download size: 790 KB
Estimated disk space required: 79 MB
Estimated build time: 1.8 SBU
Python-2.7.2, kde4pimlibs-4.6.0, kde4bindings-4.6.0 (for pyKDE4), desktop-file-utils-0.18, system-printer-config
pyQT4, system-printer-config, PyCUPS
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde4admin
Install kde4admin by running the following commands:
mkdir build && cd build
Prepare the package for compilation:
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \ -DKDE_DEFAULT_HOME=.kde4 \ -DSYSCONF_INSTALL_DIR=/etc/sysconfig \ .. && make
Now, as the root
user:
make install
Last updated on 2011-03-09 20:39:52 +0000