%general-entities; ]> $LastChangedBy$ $Date$ popt_&popt-version;.orig.tar popt Popt-&popt-version;-5 Popt Introduction to Popt The popt package contains the popt libraries which are used by some programs to parse command-line options. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &popt-md5sum; Download size: &popt-size; Estimated disk space required: &popt-buildsize; Estimated build time: &popt-time; Additional Downloads Patch level upgrade: Installation of Popt Install popt by running the following commands: patch -Np1 -i ../popt_&popt-version;-5.diff && ./configure --prefix=/usr && cp configure.in configure.ac && touch configure.in configure.ac && make To test the results, issue: sed -i "s/^run_diff /#run_diff /" testit.sh && make check Now, as the root user: make install Command Explanations cp configure.in configure.ac: Because Makefile.in is updated with the patch, configure.ac is also needed for make to work properly. touch configure.in configure.ac: Ensure file timestamps are the same. sed -i "s/^run_diff /#run_diff /" testit.sh disables tests that have missing data. Contents Installed Programs Installed Library Installed Directories None libpopt.[so,a] None Short Descriptions libpopt.[so,a] is used to parse command-line options. libpopt.[so,a]