opt/msmtp/Pkgfile

21 lines
431 B
Plaintext
Raw Normal View History

2006-04-22 22:30:07 +02:00
# Description: An SMTP client suitable for use with mutt etc.
2021-03-12 18:39:42 +01:00
# URL: https://marlam.de/msmtp/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: openssl
2006-04-22 22:30:07 +02:00
name=msmtp
2021-10-05 09:19:48 +02:00
version=1.8.17
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() {
2021-03-12 18:39:42 +01:00
cd $name-$version
./configure \
--prefix=/usr \
--with-tls=openssl \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
2006-04-22 22:30:07 +02:00
}