aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-01-14 21:47:38 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-01-14 21:47:38 +0000
commit17bd34813ef3d303249c0a16caa8f5730d1642d1 (patch)
tree748a1531c4fe480d509a9a7a00c0f5ec73705f28 /sys-mobilephone
parentlibphone-ui/libframeworkd-glib patches upstream now (diff)
downloadembedded-cross-17bd34813ef3d303249c0a16caa8f5730d1642d1.tar.gz
embedded-cross-17bd34813ef3d303249c0a16caa8f5730d1642d1.tar.bz2
embedded-cross-17bd34813ef3d303249c0a16caa8f5730d1642d1.zip
bump serial_forward, tool from fso2 "cornucopia"
Diffstat (limited to 'sys-mobilephone')
-rw-r--r--sys-mobilephone/serial_forward/Manifest1
-rw-r--r--sys-mobilephone/serial_forward/serial_forward-9999.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/sys-mobilephone/serial_forward/Manifest b/sys-mobilephone/serial_forward/Manifest
new file mode 100644
index 0000000..574cb96
--- /dev/null
+++ b/sys-mobilephone/serial_forward/Manifest
@@ -0,0 +1 @@
+EBUILD serial_forward-9999.ebuild 561 RMD160 e784d727d05d34c650707923cdc671234e2b7adb SHA1 b78d7948d7198b76dca1ae01bed9c31b861fc0ae SHA256 3f5fd4a8160c72ff8813d9cce83605c020a10d24f23edb1449a3ba0ae990aec2
diff --git a/sys-mobilephone/serial_forward/serial_forward-9999.ebuild b/sys-mobilephone/serial_forward/serial_forward-9999.ebuild
new file mode 100644
index 0000000..e272dbf
--- /dev/null
+++ b/sys-mobilephone/serial_forward/serial_forward-9999.ebuild
@@ -0,0 +1,28 @@
+# 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.18.0
+ >=dev-libs/dbus-glib-0.76
+ >=sys-apps/dbus-1.2.1"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.7.2"
+
+src_prepare() {
+ S="${WORKDIR}/${P}/tools/${PN}"
+ cd ${S}
+ eautoreconf
+}