From bf6e69ab78f48aaa295c1eeab84e032aec4e6643 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 14 Jun 2011 09:30:42 +0200 Subject: [PATCH] msmtp: removed from core and moved to opt collection (now we have exim in core) --- msmtp/.footprint | 9 --------- msmtp/.md5sum | 1 - msmtp/Pkgfile | 27 --------------------------- 3 files changed, 37 deletions(-) delete mode 100644 msmtp/.footprint delete mode 100644 msmtp/.md5sum delete mode 100644 msmtp/Pkgfile diff --git a/msmtp/.footprint b/msmtp/.footprint deleted file mode 100644 index 92c6289..0000000 --- a/msmtp/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/msmtp -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/msmtp.1.gz -drwxr-xr-x root/root usr/man/man8/ -drwxr-xr-x root/root usr/sbin/ -lrwxrwxrwx root/root usr/sbin/sendmail -> /usr/bin/msmtp diff --git a/msmtp/.md5sum b/msmtp/.md5sum deleted file mode 100644 index 0d70915..0000000 --- a/msmtp/.md5sum +++ /dev/null @@ -1 +0,0 @@ -5fb7ae88186624cdb125d3efad3fdc16 msmtp-1.4.23.tar.bz2 diff --git a/msmtp/Pkgfile b/msmtp/Pkgfile deleted file mode 100644 index c858c8a..0000000 --- a/msmtp/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# Description: An SMTP client suitable for use with mutt etc. -# URL: http://msmtp.sourceforge.net/ -# Packager: Jukka Heino, jukka dot heino at gmail dot com -# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de -# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: openssl - -name=msmtp -version=1.4.23 -release=1 -source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --build=$CHOST \ - --host=$CTARGET \ - --prefix=/usr \ - --mandir=/usr/man \ - --with-ssl=openssl \ - --disable-nls - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share - install -d $PKG/usr/{sbin,man/man8} - ln -s /usr/bin/$name $PKG/usr/sbin/sendmail - ln -s /usr/man/man1/$name.1 $PKG/usr/man/man8/sendmail.8 -} -- 2.26.2