mailx: update to 14.5, enable readline support
This commit is contained in:
parent
61eafb26db
commit
7285104834
@ -1 +1 @@
|
||||
70c7fd8e71d129f2b61e9e3ff0c429ad s-nail-14_4_5.tar.gz
|
||||
5fb7f39b626a4d8d1e25ea109cb3b028 s-nail-14_5.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Description: Replacement for Berkeley Mail and System V mailx command
|
||||
# URL: http://nail.sourceforge.net/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: openssl
|
||||
# Depends on: openssl readline
|
||||
|
||||
name=mailx
|
||||
version=14.4.5
|
||||
version=14.5
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/project/s-nail/s-nail-${version//./_}.tar.gz)
|
||||
|
||||
@ -19,7 +19,7 @@ build() {
|
||||
SYSCONFRC=/usr/etc/mailx.rc \
|
||||
MAILSPOOL=/var/spool/mail \
|
||||
DESTDIR=$PKG \
|
||||
WANT_LINE_EDITOR=0
|
||||
WANT_READLINE=1
|
||||
|
||||
ln -s mailx $PKG/usr/bin/Mail
|
||||
ln -s mailx $PKG/usr/bin/mail
|
||||
|
Loading…
x
Reference in New Issue
Block a user