FS#1243 - new nbsmtp
Attached to Project:
Arch Linux
Opened by Peter Bui (neocephas) - Tuesday, 10 August 2004, 04:59 GMT
Last edited by Dale Blount (dale) - Tuesday, 10 August 2004, 13:05 GMT
Opened by Peter Bui (neocephas) - Tuesday, 10 August 2004, 04:59 GMT
Last edited by Dale Blount (dale) - Tuesday, 10 August 2004, 13:05 GMT
|
Details
The original author of nbsmtp stopped developing it, but
there is new group of people working on it at
http://nbsmtp.ferdyx.org/. They have an updated version of nbsmtp (0.95). 0.94
builds just fine, but 0.95 does not. If one builds it
without -pedantic as a gcc option, it builds and works fine.
|
This task depends upon
Closed by dorphell (dorphell)
Tuesday, 04 January 2005, 03:27 GMT
Reason for closing: Not a bug
Additional comments about closing: oudated bug
Tuesday, 04 January 2005, 03:27 GMT
Reason for closing: Not a bug
Additional comments about closing: oudated bug
pkgname=nbsmtp
pkgver=0.95
pkgrel=1
pkgdesc="No-Brainer SMTP (nbsmtp) is for people who just need a plain old SMTP outgoing-only delivery system. It has just 3 required parameters (and 2 optional ones)."
source=(http://www.gentoo-es.org/~ferdy/nbsmtp-$pkgver.tar.gz)
url="http://physeeks.dyndns.org:8000"
build() {
cd $startdir/src/$pkgname-$pkgver
sed -i 's! -pedantic-errors!!g' Makefile.in
./configure --enable-ssl
make || return 1
install -D -m755 nbsmtp $startdir/pkg/usr/bin/nbsmtp
}