esmtp: initial import
This commit is contained in:
parent
9ce0251a8e
commit
31460bf53a
17
esmtp/.footprint
Normal file
17
esmtp/.footprint
Normal file
@ -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
|
1
esmtp/.md5sum
Normal file
1
esmtp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
9f0b809e891a548910f099efc4315b02 esmtp-0.5.1.tar.bz2
|
18
esmtp/Pkgfile
Normal file
18
esmtp/Pkgfile
Normal file
@ -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
|
||||
}
|
11
esmtp/README
Normal file
11
esmtp/README
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user