From: rhyhann <[email protected]> New Package. --- source/network-extra/ssmtp/FrugalBuild | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 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..e706888 --- /dev/null +++ b/source/network-extra/ssmtp/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling Time: 0.04 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') +Fpkgversep="_" +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 -- 1.6.3.3 _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
