blob: 1b38d3132824226a839b64b16b826b54633b7a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|