From 31460bf53aa6faad500e7ee0a501452fc9e5c0dd Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Mon, 21 Nov 2005 10:07:44 +0000 Subject: [PATCH] esmtp: initial import --- esmtp/.footprint | 17 +++++++++++++++++ esmtp/.md5sum | 1 + esmtp/Pkgfile | 18 ++++++++++++++++++ esmtp/README | 11 +++++++++++ 4 files changed, 47 insertions(+) create mode 100644 esmtp/.footprint create mode 100644 esmtp/.md5sum create mode 100644 esmtp/Pkgfile create mode 100644 esmtp/README diff --git a/esmtp/.footprint b/esmtp/.footprint new file mode 100644 index 000000000..e2c3e1877 --- /dev/null +++ b/esmtp/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/esmtp +lrwxrwxrwx root/root usr/bin/mailq -> /usr/bin/esmtp +lrwxrwxrwx root/root usr/bin/newaliases -> /usr/bin/esmtp +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/sendmail -> /usr/bin/esmtp +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/esmtp.1.gz +lrwxrwxrwx root/root usr/man/man1/mailq.1.gz -> esmtp.1.gz +lrwxrwxrwx root/root usr/man/man1/newaliases.1.gz -> esmtp.1.gz +lrwxrwxrwx root/root usr/man/man1/sendmail.1.gz -> esmtp.1.gz +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/esmtprc.5.gz +drwxr-xr-x root/root usr/sbin/ +lrwxrwxrwx root/root usr/sbin/sendmail -> /usr/bin/esmtp diff --git a/esmtp/.md5sum b/esmtp/.md5sum new file mode 100644 index 000000000..e48da7162 --- /dev/null +++ b/esmtp/.md5sum @@ -0,0 +1 @@ +9f0b809e891a548910f099efc4315b02 esmtp-0.5.1.tar.bz2 diff --git a/esmtp/Pkgfile b/esmtp/Pkgfile new file mode 100644 index 000000000..f35e412e8 --- /dev/null +++ b/esmtp/Pkgfile @@ -0,0 +1,18 @@ +# Description: A small relay-only MTA based on libesmtp +# URL: http://esmtp.sourceforge.net +# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de +# Depends on: libesmtp + +name=esmtp +version=0.5.1 +release=1 +source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) + +build () { + cd $name-$version + + CPPFLAGS=`libesmtp-config --cflags` ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} diff --git a/esmtp/README b/esmtp/README new file mode 100644 index 000000000..8ea73fa7b --- /dev/null +++ b/esmtp/README @@ -0,0 +1,11 @@ +README for esmtp 0.5.0 + +REQUIREMENTS + +PRE-INSTALL +1. Remove any other MTA that's currently installed. They can't coexist. + +POST-INSTALL + +PRECAUTION +