milis/talimatname/genel/mailx/talimat

28 lines
814 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Berkeley Mail'den türetilen bir komut satırı posta kullanıcı aracısı.
# URL: http://heirloom.sourceforge.net/mailx.html
# Packager: milisarge
# Depends on: openssl kerberos sendmail
name=mailx
version=12.5
release=1
source=(http://ftp.debian.org/debian/pool/main/h/heirloom-$name/heirloom-mailx_12.5.orig.tar.gz
http://www.linuxfromscratch.org/patches/blfs/svn/heirloom-$name-12.5-fixes-1.patch )
build() {
cd heirloom-$name-$version
patch -Np1 -i $SRC/heirloom-mailx-12.5-fixes-1.patch
make SENDMAIL=/usr/sbin/sendmail -j1
make PREFIX=$PKG/usr UCBINSTALL=/usr/bin/install install
ln -v -sf mailx $PKG/usr/bin/mail
ln -v -sf mailx $PKG/usr/bin/nail
install -v -m755 -d $PKG/usr/share/doc/heirloom-mailx-12.5
install -v -m644 README $PKG/usr/share/doc/heirloom-mailx-12.5
}