summaryrefslogtreecommitdiffstats
path: root/libesmtp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libesmtp/Pkgfile')
-rwxr-xr-xlibesmtp/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/libesmtp/Pkgfile b/libesmtp/Pkgfile
new file mode 100755
index 000000000..a56bb7056
--- /dev/null
+++ b/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
+}
+