diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-02-13 13:53:17 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-13 13:53:17 -0500 |
commit | 97b340db7c7b9ee3ed53e02eaa63c9873f4e1610 (patch) | |
tree | f1f3185d390e34a268fa6b850b8861020ad854eb /packages/tnef/tnef.inc | |
parent | 966a2682c060ceade38e15f675e893f0dc5de24a (diff) |
tnef: Add 1.4.5
Diffstat (limited to 'packages/tnef/tnef.inc')
-rw-r--r-- | packages/tnef/tnef.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/tnef/tnef.inc b/packages/tnef/tnef.inc new file mode 100644 index 0000000000..2da8960e0d --- /dev/null +++ b/packages/tnef/tnef.inc @@ -0,0 +1,7 @@ +DESCRIPTION = "TNEF is a program for unpacking ms-tnef type MIME attachments" +SECTION = "net" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/tnef/tnef-${PV}.tar.gz" + +inherit autotools |