This package provides several administration tools for KDE . These include a tool for managing users, a cron command schedule editor, a printer administration tool and a log file viewer.
This package is known to build and work properly using an LFS-7.1 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdeadmin-4.8.3.tar.xz
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.8.3/src/kdeadmin-4.8.3.tar.xz
Download MD5 sum: e91742cf1c77b7c799f2b1d974088a1d
Download size: 730 KB
Estimated disk space required: 116 MB
Estimated build time: 2.2 SBU
Python-2.7.3, PyQt4, PyCups and system-config-printer
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdeadmin
Install kdeadmin by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
.. &&
make
Now, as the root user:
make install
Last updated on 2012-05-10 17:39:01 +0000