removed nail
This commit is contained in:
parent
45f35a217b
commit
2fa73c4ba6
@ -1,12 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/Mail -> nail
|
||||
lrwxrwxrwx root/root usr/bin/mail -> nail
|
||||
lrwxrwxrwx root/root usr/bin/mailx -> nail
|
||||
-rwxr-xr-x root/root usr/bin/nail
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
-rw-r--r-- root/root usr/etc/nail.rc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
lrwxrwxrwx root/root usr/man/man1/mail.1.gz -> nail.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/nail.1.gz
|
@ -1 +0,0 @@
|
||||
54f42db31911d734fcf37a89b72d4df7 nail-11.25.tar.bz2
|
30
nail/Pkgfile
30
nail/Pkgfile
@ -1,30 +0,0 @@
|
||||
# Description: Replacement for Berkeley Mail and System V mailx command
|
||||
# URL: http://nail.sourceforge.net/
|
||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
# Depends on: openssl
|
||||
|
||||
name=nail
|
||||
version=11.25
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
sed -i 's|/etc/nail.rc|/usr/etc/nail.rc|' nail.1
|
||||
echo 'set PAGER=/usr/bin/less' >> nail.rc
|
||||
|
||||
make install \
|
||||
PREFIX=/usr \
|
||||
SYSCONFDIR=/usr/etc \
|
||||
MANDIR=/usr/man \
|
||||
SENDMAIL=/usr/sbin/sendmail \
|
||||
MAILSPOOL=/var/spool/mail \
|
||||
UCBINSTALL=/usr/bin/install \
|
||||
DESTDIR=$PKG
|
||||
|
||||
ln -s nail $PKG/usr/bin/Mail
|
||||
ln -s nail $PKG/usr/bin/mail
|
||||
ln -s nail $PKG/usr/bin/mailx
|
||||
ln -s nail.1 $PKG/usr/man/man1/mail.1
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user