%general-entities; ]> $LastChangedBy$ $Date$ libpaper-&libpaper-version; libpaper Introduction to libpaper This package is intended to provide a simple way for applications to take actions based on a system or user-specified paper size. &lfs75_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libpaper-md5sum; Download size: &libpaper-size; Estimated disk space required: &libpaper-buildsize; Estimated build time: &libpaper-time; User Notes: Installation of libpaper Install libpaper by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static && make This package does not come with a test suite. Now, as the root user: make install && mkdir -v /etc/libpaper.d Command Explanations mkdir -v /etc/libpaper.d: libpaper expects that packages will install files into this directory. Configuring libpaper Configuration Information Create /etc/papersize to set the default system paper size. Issue the following command as the root user to set this to 'A4' (libpaper expects the lowercase form). You may wish to use a different size, such as letter. cat > /etc/papersize << "EOF" a4 EOF Contents Installed Programs Installed Library Installed Directories paperconf, paperconfig libpaper.so /etc/libpaper.d Short Descriptions paperconf print paper configuration information. paperconf paperconfig configure the system default paper size. paperconfig libpaper.so contains functions for interrogating the paper library. libpaper.so