aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-mobilephone/serial_forward/serial_forward-1.2.ebuild')
-rw-r--r--sys-mobilephone/serial_forward/serial_forward-1.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-mobilephone/serial_forward/serial_forward-1.2.ebuild b/sys-mobilephone/serial_forward/serial_forward-1.2.ebuild
new file mode 100644
index 0000000..0ce5c5e
--- /dev/null
+++ b/sys-mobilephone/serial_forward/serial_forward-1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit base git autotools
+
+DESCRIPTION=""
+HOMEPAGE="http://www.freesmartphone.org"
+EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
+EGIT_PROJECT="cornucopia"
+EGIT_COMMIT="1f9281ac4320eed66411fde8fe21ea87ee138e78"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+IUSE=""
+
+src_prepare() {
+ S="${WORKDIR}/${P}/tools/${PN}"
+ cd ${S}
+ eautoreconf
+}