opt/mailx/Pkgfile

28 lines
722 B
Plaintext
Raw Normal View History

# Description: Replacement for Berkeley Mail and System V mailx command
2014-12-17 09:37:17 +01:00
# URL: http://sourceforge.net/projects/s-nail/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: openssl readline
name=mailx
version=14.7.9
release=1
2014-01-19 14:55:15 +01:00
source=(http://downloads.sourceforge.net/project/s-nail/s-nail-${version//./_}.tar.xz)
build() {
cd s-nail-$version
make install \
NAIL=mailx \
SID='' \
CFLAGS="$CFLAGS" \
PREFIX=/usr \
SYSCONFRC=/usr/etc/mailx.rc \
MAILSPOOL=/var/spool/mail \
2013-09-27 11:23:09 +02:00
DESTDIR=$PKG \
WANT_READLINE=1
ln -s mailx $PKG/usr/bin/Mail
ln -s mailx $PKG/usr/bin/mail
ln -s mailx.1 $PKG/usr/man/man1/mail.1
}