summaryrefslogtreecommitdiffstats
path: root/recipes/ttyconv
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ttyconv')
-rw-r--r--recipes/ttyconv/ttyconv_0.2.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/ttyconv/ttyconv_0.2.3.bb b/recipes/ttyconv/ttyconv_0.2.3.bb
new file mode 100644
index 0000000000..1b38d31328
--- /dev/null
+++ b/recipes/ttyconv/ttyconv_0.2.3.bb
@@ -0,0 +1,15 @@
+# ttyconv OE build file
+# Copyright (C) 2005 Chris Larson <kergoth@handhelds.org>
+# Released under the MIT license (see the COPYING file in this tree)
+
+DESCRIPTION = "Small app to convert terminal sessions from one encoding to another."
+HOMEPAGE = "http://www.bedroomlan.org/~alexios/coding_ttyconv.html"
+LICENSE = "GPL"
+PRIORITY = "optional"
+SECTION = "console/utils"
+PR = "r1"
+
+SRC_URI = "http://www.bedroomlan.org/~alexios/files/SOFTWARE/ttyconv/ttyconv_${PV}.tar.gz"
+S = "${WORKDIR}/ttyconv"
+
+inherit autotools