diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-09 22:37:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-09 22:37:37 +0000 |
commit | 5b4a0f53ba8d9b5eb6e2a76748186384bed2731f (patch) | |
tree | 8427f7c42dc8593f2253cb4e96c2195e87ceb7d4 /packages/mailx | |
parent | b220c19aad08172bc787389040701c23ce632511 (diff) |
Update mailx to new version (8.1.2-0.20050715cvs). Add ssmtp RRECOMMENDS
Diffstat (limited to 'packages/mailx')
-rw-r--r-- | packages/mailx/mailx_8.1.2-0.20050715cvs.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/mailx/mailx_8.1.2-0.20050715cvs.bb b/packages/mailx/mailx_8.1.2-0.20050715cvs.bb new file mode 100644 index 0000000000..3a473e57be --- /dev/null +++ b/packages/mailx/mailx_8.1.2-0.20050715cvs.bb @@ -0,0 +1,17 @@ +SECTION = "console/network" +DEPENDS = "liblockfile" +RRECOMMENDS = "ssmtp" +DESCRIPTION = "mailx is the traditional command-line-mode \ +mail user agent." +PR = "r0" +LICENSE = "GPL" +SRC_URI = "${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}.orig.tar.gz \ + ${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}-1.diff.gz;patch=1 \ + file://install.patch;patch=1" +S = "${WORKDIR}/mailx-${PV}.orig" + +CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" + +do_install () { + oe_runmake 'DESTDIR=${D}' install +} |