mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 06:05:52 -06:00
| .. | ||
| RPM | ||
| slackbuild | ||
| README | ||
RPM/ Holds sendmailanalyzer.spec need to build an RPM package for RH/Fedora. It may also be usable for other RPM based distribution. Copy the sendmailanalyzer source tarball here: ~/rpmbuild/SOURCES/ Then create the RPM binary package as follow: rpmbuild -bb sendmailanalyzer.spec The binary package may be found here: ~/rpmbuild/RPMS/noarch/sendmailanalyzer-9.4-1.noarch.rpm To install run: rpm -i ~/rpmbuild/RPMS/noarch/sendmailanalyzer-9.4-1.noarch.rpm slackbuild/ Holds all files necessary to build a Slackware package. Copy the source tarball into the slackbuild directory and run sh sendmailanalyzer.SlackBuild then take a look at /tmp/build/ to find the Slackware package. To install run the following command: installpkg /tmp/build/sendmailanalyzer-9.4-i486-1gda.tgz debian/ Holds all files to build debian package. Go to the sendmailanalyzer source directory and just run the following command to generate the debian package: dpkg-buildpackage -us -uc To install the package, run: dpkg -i sendmailanalyzer_9.4-1_all.deb from parent directory. Feel free to send me other.