msmtp: update to 1.4.16
This commit is contained in:
parent
06cefe1a19
commit
384a50dcb3
@ -1 +1 @@
|
||||
52dfb3039f4253581292eba8285379c1 msmtp-1.4.15.tar.bz2
|
||||
77a333601e9de03f695539498e678cc2 msmtp-1.4.16.tar.bz2
|
||||
|
@ -5,13 +5,16 @@
|
||||
# Depends on: openssl
|
||||
|
||||
name=msmtp
|
||||
version=1.4.15
|
||||
version=1.4.16
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --mandir=/usr/man --disable-nls
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--with-ssl=openssl \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share
|
||||
|
Loading…
x
Reference in New Issue
Block a user