diff options
Diffstat (limited to 'packages/ttyconv/ttyconv_0.2.3.bb')
-rw-r--r-- | packages/ttyconv/ttyconv_0.2.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/ttyconv/ttyconv_0.2.3.bb b/packages/ttyconv/ttyconv_0.2.3.bb index e69de29bb2..19aec66b2b 100644 --- a/packages/ttyconv/ttyconv_0.2.3.bb +++ b/packages/ttyconv/ttyconv_0.2.3.bb @@ -0,0 +1,16 @@ +# 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" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +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 |