opt/msmtp/Pkgfile

20 lines
480 B
Plaintext
Raw Normal View History

2006-04-22 22:30:07 +02:00
# Description: An SMTP client suitable for use with mutt etc.
# URL: https://marlam.de/msmtp/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-10-03 12:04:48 +02:00
# Depends on: openssl
2006-04-22 22:30:07 +02:00
name=msmtp
2020-12-24 14:29:48 +01:00
version=1.8.14
2006-04-22 22:30:07 +02:00
release=1
source=(https://marlam.de/msmtp/releases/$name-$version.tar.xz)
2006-04-22 22:30:07 +02:00
build() {
cd $name-$version
2008-07-28 23:20:37 +02:00
./configure --prefix=/usr \
--with-tls=openssl \
2008-07-28 23:20:37 +02:00
--disable-nls
2006-04-22 22:30:07 +02:00
make
make DESTDIR=$PKG install
2015-11-28 09:32:48 +01:00
rm -r $PKG/usr/share/info
2006-04-22 22:30:07 +02:00
}