From: rhyhann <[email protected]>

---
 source/network-extra/ssmtp/FrugalBuild |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 source/network-extra/ssmtp/FrugalBuild

diff --git a/source/network-extra/ssmtp/FrugalBuild 
b/source/network-extra/ssmtp/FrugalBuild
new file mode 100644
index 0000000..19f36f6
--- /dev/null
+++ b/source/network-extra/ssmtp/FrugalBuild
@@ -0,0 +1,28 @@
+# Compiling Time: 0 SBU
+# Maintainer:
+# Contributor: Othmane Benkirane <[email protected]>
+
+pkgname=ssmtp
+pkgver=2.63
+pkgrel=1
+pkgdesc="Extremely simple MTA to get mail off the system to a mailhub."
+url="http://packages.debian.org/stable/mail/ssmtp";
+_src_url="http://ftp.debian.org/debian/pool/main/s/ssmtp";
+depends=('openssl')
+conflicts=('exim' 'sendmail')
+provides=('sendmail' 'exim')
+groups=('network-extra')
+archs=('i686')
+up2date="lynx -dump $_src_url/?M=A | \
+         grep gz$ | sed -n 's/.*_\(.*\)\.t.*/\1/;$ p' |\
+         sed 's/.orig//'"
+source=($_src_url/${pkgname}_$pkgver.orig.tar.gz)
+sha1sums=('6fb6e07e6494d0dc034ae0f5b1ba30c612772433')
+Fconfopts="$Fconfopts --enable-md5auth --enable-ssl"
+build() {
+  Fmake
+  Fsed '$(GEN_CONFIG)' '#' Makefile
+  Fmakeinstall mandir=$Fdestdir/usr/share/man/man8 
SSMTPCONFDIR=$Fdestdir/etc/ssmtp
+}
+
+# optimization OK
-- 
1.6.3.3

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to