msmtp: initial release
This commit is contained in:
parent
cc876a24a4
commit
2c9195c70e
6
msmtp/.footprint
Normal file
6
msmtp/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
1
msmtp/.md5sum
Normal file
1
msmtp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
9713e821bf73e8f4a05d599c6ab01b6a msmtp-1.4.5.tar.bz2
|
18
msmtp/Pkgfile
Normal file
18
msmtp/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: An SMTP client suitable for use with mutt etc.
|
||||
# URL: http://msmtp.sourceforge.net/
|
||||
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
|
||||
# Packager: Jukka Heino, jukka dot heino at gmail dot com
|
||||
# Depends on:
|
||||
|
||||
name=msmtp
|
||||
version=1.4.5
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/info
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user