summaryrefslogtreecommitdiffstats
path: root/extra/mailx
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 19:14:42 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 19:14:42 +0100
commit1fa28218e8bedcd9a41e4dc1bc71ffdb73b5e344 (patch)
tree4c569a679cc2f9d324d1259ffe06cebd71789805 /extra/mailx
parent999e0e3ff84b8578a5ca9491ea3ec09b15d0f034 (diff)
downloadnutyx-pakxe-1fa28218e8bedcd9a41e4dc1bc71ffdb73b5e344.tar.gz
nutyx-pakxe-1fa28218e8bedcd9a41e4dc1bc71ffdb73b5e344.tar.bz2
nutyx-pakxe-1fa28218e8bedcd9a41e4dc1bc71ffdb73b5e344.tar.xz
nutyx-pakxe-1fa28218e8bedcd9a41e4dc1bc71ffdb73b5e344.zip
mailx, déplacé dans base
Diffstat (limited to 'extra/mailx')
-rw-r--r--extra/mailx/.footprint12
-rw-r--r--extra/mailx/.md5sum1
-rwxr-xr-xextra/mailx/Pkgfile26
3 files changed, 0 insertions, 39 deletions
diff --git a/extra/mailx/.footprint b/extra/mailx/.footprint
deleted file mode 100644
index ac683bb73..000000000
--- a/extra/mailx/.footprint
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root etc/
--rw-r--r-- root/root etc/nail.rc
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
-lrwxrwxrwx root/root usr/bin/Mail -> mailx
-lrwxrwxrwx root/root usr/bin/mail -> mailx
--rwxr-xr-x root/root usr/bin/mailx
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
-lrwxrwxrwx root/root usr/share/man/man1/mail.1.gz -> mailx.1.gz
--rw-r--r-- root/root usr/share/man/man1/mailx.1.gz
diff --git a/extra/mailx/.md5sum b/extra/mailx/.md5sum
deleted file mode 100644
index 41257bd79..000000000
--- a/extra/mailx/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-0c93759e34200eb56a0e7c464680a54a mailx-12.4.tar.bz2
diff --git a/extra/mailx/Pkgfile b/extra/mailx/Pkgfile
deleted file mode 100755
index 63fc06b64..000000000
--- a/extra/mailx/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Description: Client de messagerie electronique
-# URL: http://nail.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: openssl
-
-name=mailx
-version=12.4
-release=1
-source=( http://downloads.sourceforge.net/heirloom/$name-$version.tar.bz2)
-
-
-build() {
- cd $name-$version
- make install \
- PREFIX=/usr \
- MANDIR=/usr/share/man \
- SENDMAIL=/usr/sbin/sendmail \
- MAILSPOOL=/var/spool/mail \
- UCBINSTALL=/usr/bin/install \
- DESTDIR=$PKG
-
- ln -s mailx $PKG/usr/bin/Mail
- ln -s mailx $PKG/usr/bin/mail
- ln -s mailx.1 $PKG/usr/share/man/man1/mail.1
-}