# gzip -d htpdate-0.9.1.tar.gz # tar -xvf htpdate-0.9.1.tar # cd htpdate-0.9.1 # make gcc -Wall -ansi -Os -DDEBUG -o htpdate htpdate.c # checkinstall --type=rpm --default checkinstall 1.6.0, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran This software is released under the GNU GPL. The package documentation directory ./doc-pak does not exist. Should I create a default set of package docs? [y]: y Preparing package documentation...OK ************************************** **** RPM package creation selected *** ************************************** This package will be built according to these values: 1 - Summary: [ Package created with checkinstall 1.6.0 ] 2 - Name: [ htpdate ] 3 - Version: [ 0.9.1 ] 4 - Release: [ 1 ] 5 - License: [ GPL ] 6 - Group: [ Applications/System ] 7 - Architecture: [ i386 ] 8 - Source location: [ htpdate-0.9.1 ] 9 - Alternate source location: [ ] 10 - Requires: [ ] 11 - Provides: [ htpdate ] Enter a number to change any of them or press ENTER to continue: Installing with make install... ========================= Installation results =========================== /usr/bin/strip -s htpdate mkdir -p /usr/bin /usr/bin/install -c -m 755 htpdate /usr/bin/htpdate mkdir -p /usr/share/man/man8 /usr/bin/install -c -m 644 htpdate.8.gz /usr/share/man/man8/htpdate.8.gz ======================== Installation successful ========================== Copying documentation directory... ./ ./Changelog ./README Copying files to the temporary directory...OK Striping ELF binaries and libraries...OK Compressing man pages...OK Building file list...OK Building RPM package...OK NOTE: The package will not be installed Erasing temporary files...OK Deleting doc-pak directory...OK Writing backup package...OK Deleting temp dir...OK ********************************************************************** Done. The new package has been saved to /usr/src/redhat/RPMS/i386/htpdate-0.9.1-1.i386.rpm You can install it in your system anytime using: rpm -i htpdate-0.9.1-1.i386.rpm ********************************************************************** |