summaryrefslogtreecommitdiffstats
path: root/recipes/tnef
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tnef')
-rw-r--r--recipes/tnef/tnef.inc7
-rw-r--r--recipes/tnef/tnef_1.4.5.bb3
2 files changed, 10 insertions, 0 deletions
diff --git a/recipes/tnef/tnef.inc b/recipes/tnef/tnef.inc
new file mode 100644
index 0000000000..2da8960e0d
--- /dev/null
+++ b/recipes/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
diff --git a/recipes/tnef/tnef_1.4.5.bb b/recipes/tnef/tnef_1.4.5.bb
new file mode 100644
index 0000000000..cec39d84d1
--- /dev/null
+++ b/recipes/tnef/tnef_1.4.5.bb
@@ -0,0 +1,3 @@
+require tnef.inc
+
+PR = "r0"