summaryrefslogtreecommitdiff
path: root/mailx/Pkgfile
blob: f2af4867052070ff1f88d9e79ec9cf2e90757602 (plain)
    1 # Description: Replacement for Berkeley Mail and System V mailx command
    2 # URL:         http://sourceforge.net/projects/s-nail/
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  openssl readline
    5 
    6 name=mailx
    7 version=14.8.16
    8 release=1
    9 source=(https://www.sdaoden.eu/downloads/s-nail-$version.tar.xz)
   10 
   11 build() {
   12     cd s-nail-$version
   13 
   14     make install \
   15          NAIL=mailx \
   16          SID= \
   17          PREFIX=/usr \
   18          LIBEXECDIR=/usr/lib/mailx \
   19          DESTDIR=$PKG \
   20          WANT_AUTOCC=no \
   21          WANT_READLINE=yes
   22 
   23     chmod -R u+w $PKG
   24 
   25     ln -s mailx   $PKG/usr/bin/Mail
   26     ln -s mailx   $PKG/usr/bin/mail
   27     ln -s mailx.1 $PKG/usr/share/man/man1/mail.1
   28 }

Generated by cgit