sendmailanalyzer/packaging
2015-06-14 11:04:06 +02:00
..
RPM Update ChangeLog and version to 9.1 2015-04-18 10:57:19 +02:00
slackbuild Update ChangeLog and version to 9.1 2015-04-18 10:57:19 +02:00
README Update Debian package and documention in packaging/README. Thanks to Nicolas Quiniou-Briand for the report. 2015-06-14 11:04:06 +02:00

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.1-1.noarch.rpm

	To install run:

		rpm -i ~/rpmbuild/RPMS/noarch/sendmailanalyzer-9.1-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.1-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.1-1_all.deb

	from parent directory.



Feel free to send me other.