summaryrefslogtreecommitdiffstats
path: root/base/libesmtp
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-01 20:35:57 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-01 20:35:57 +0100
commitba7b5885748d0686d5013c5b6b970aeb06b51d6c (patch)
tree71623ec0ea1e184843fcb749d1d6fbe8660580c0 /base/libesmtp
parente46feeadc9a85678b6b9a73b5ef37c9fed16ad98 (diff)
downloadnutyx-extra-ba7b5885748d0686d5013c5b6b970aeb06b51d6c.tar.gz
nutyx-extra-ba7b5885748d0686d5013c5b6b970aeb06b51d6c.tar.bz2
nutyx-extra-ba7b5885748d0686d5013c5b6b970aeb06b51d6c.tar.xz
nutyx-extra-ba7b5885748d0686d5013c5b6b970aeb06b51d6c.zip
libesmtp pas de dépendances, dans base
Diffstat (limited to 'base/libesmtp')
-rw-r--r--base/libesmtp/.footprint23
-rw-r--r--base/libesmtp/.md5sum1
-rwxr-xr-xbase/libesmtp/Pkgfile19
3 files changed, 43 insertions, 0 deletions
diff --git a/base/libesmtp/.footprint b/base/libesmtp/.footprint
new file mode 100644
index 000000000..74953605e
--- /dev/null
+++ b/base/libesmtp/.footprint
@@ -0,0 +1,23 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/libesmtp-config
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/auth-client.h
+-rw-r--r-- root/root usr/include/auth-plugin.h
+-rw-r--r-- root/root usr/include/libesmtp.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/esmtp-plugins/
+-rw-r--r-- root/root usr/lib/esmtp-plugins/sasl-cram-md5.a
+-rwxr-xr-x root/root usr/lib/esmtp-plugins/sasl-cram-md5.la
+-rwxr-xr-x root/root usr/lib/esmtp-plugins/sasl-cram-md5.so
+-rw-r--r-- root/root usr/lib/esmtp-plugins/sasl-login.a
+-rwxr-xr-x root/root usr/lib/esmtp-plugins/sasl-login.la
+-rwxr-xr-x root/root usr/lib/esmtp-plugins/sasl-login.so
+-rw-r--r-- root/root usr/lib/esmtp-plugins/sasl-plain.a
+-rwxr-xr-x root/root usr/lib/esmtp-plugins/sasl-plain.la
+-rwxr-xr-x root/root usr/lib/esmtp-plugins/sasl-plain.so
+-rw-r--r-- root/root usr/lib/libesmtp.a
+-rwxr-xr-x root/root usr/lib/libesmtp.la
+lrwxrwxrwx root/root usr/lib/libesmtp.so -> libesmtp.so.6.1.6
+lrwxrwxrwx root/root usr/lib/libesmtp.so.6 -> libesmtp.so.6.1.6
+-rwxr-xr-x root/root usr/lib/libesmtp.so.6.1.6
diff --git a/base/libesmtp/.md5sum b/base/libesmtp/.md5sum
new file mode 100644
index 000000000..84f34236c
--- /dev/null
+++ b/base/libesmtp/.md5sum
@@ -0,0 +1 @@
+bf3915e627fd8f35524a8fdfeed979c8 libesmtp-1.0.6.tar.bz2
diff --git a/base/libesmtp/Pkgfile b/base/libesmtp/Pkgfile
new file mode 100755
index 000000000..a56bb7056
--- /dev/null
+++ b/base/libesmtp/Pkgfile
@@ -0,0 +1,19 @@
+# Description: contains the libESMTP libraries which are used by some programs to manage email submission to a mail transport layer
+# URL: http://www.staffoed.uklinux.net
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libesmtp
+version=1.0.6
+release=1
+source=( http://www.stafford.uklinux.net/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+