msmtp: initial release

This commit is contained in:
Jukka Heino 2006-04-22 20:30:07 +00:00
parent cc876a24a4
commit 2c9195c70e
3 changed files with 25 additions and 0 deletions

6
msmtp/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
9713e821bf73e8f4a05d599c6ab01b6a msmtp-1.4.5.tar.bz2

18
msmtp/Pkgfile Normal file
View 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
}