Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d9efc8c5e663cb8ccf1a0b1f3ad57006df735ed9

commit d9efc8c5e663cb8ccf1a0b1f3ad57006df735ed9
Author: exceed <exceed.ced...@gmail.com>
Date:   Tue Aug 11 00:49:57 2009 +0000

ssmtp-2.63-1-i686

* New package from Othmane Benkirane

diff --git a/source/network-extra/ssmtp/FrugalBuild 
b/source/network-extra/ssmtp/FrugalBuild
new file mode 100644
index 0000000..8fdf687
--- /dev/null
+++ b/source/network-extra/ssmtp/FrugalBuild
@@ -0,0 +1,34 @@
+# Compiling Time: 0.04 SBU
+# Maintainer: exceed <exceed.ced...@gmail.com>
+# Contributor: Othmane Benkirane <e...@rhyhann.net>
+
+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')
+Fpkgversep="_"
+_F_cd_path="$pkgname-$pkgver"
+up2date="Flastarchive $_src_url .orig.tar.gz"
+source=($_src_url/${pkgname}_$pkgver.orig.tar.gz)
+sha1sums=('6fb6e07e6494d0dc034ae0f5b1ba30c612772433')
+Fconfopts="$Fconfopts --enable-md5auth --enable-ssl"
+backup=(etc/ssmtp/{revaliases,ssmtp.conf})
+build()
+{
+       Fmake
+       Fsed '$(GEN_CONFIG)' '#' Makefile
+       Fmakeinstall mandir=$Fdestdir/usr/share/man/man8 
SSMTPCONFDIR=$Fdestdir/etc/ssmtp
+       Fln /usr/sbin/ssmtp /usr/sbin/sendmail
+       # For compatibility reasons
+       Fln /usr/sbin/ssmtp /usr/lib/sendmail
+}
+
+# optimization OK
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to