diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-02-20 09:20:32 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-02-20 09:20:32 +0000 |
commit | ec88316e2bf92bfe6cfa5efbf8d2d7c0923c9769 (patch) | |
tree | 06bfb24a0ba8dc458d9a2d967c490bd7995ee30b /packages/msmtp/msmtp_1.4.10.bb | |
parent | e8fd5dab5639e03d3d196405ef55273e597e9157 (diff) |
msmtp_1.4.10.bb : a sendmail replacement for use in clients like mutt.
Diffstat (limited to 'packages/msmtp/msmtp_1.4.10.bb')
-rw-r--r-- | packages/msmtp/msmtp_1.4.10.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/msmtp/msmtp_1.4.10.bb b/packages/msmtp/msmtp_1.4.10.bb new file mode 100644 index 0000000000..6fe33c707a --- /dev/null +++ b/packages/msmtp/msmtp_1.4.10.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "A sendmail replacement for use in MTAs like mutt" +HOMEPAGE = "http://msmtp.sourceforge.net/" +SECTION = "console/network" +LICENSE = "GPLv2" +DEPENDS = "zlib gnutls" +PR = "r0" +SRC_URI = "${SOURCEFORGE_MIRROR}/msmtp/msmtp-${PV}.tar.bz2" + +inherit autotools + |