summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/serial-io/serial-io-1.0-r1.ebuild')
-rw-r--r--dev-util/serial-io/serial-io-1.0-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/serial-io/serial-io-1.0-r1.ebuild b/dev-util/serial-io/serial-io-1.0-r1.ebuild
new file mode 100644
index 000000000..2fddbe67d
--- /dev/null
+++ b/dev-util/serial-io/serial-io-1.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit qt4-r2
+
+DESCRIPTION="A simple program to send and receive data to and from a serial device."
+HOMEPAGE="http://www.sourceforge.net/projects/serial-io/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:4
+ dev-libs/libserial"
+RDEPEND="${DEPEND}"
+
+DOCS="TODO"
+
+S="${WORKDIR}/${PN}"