aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild')
-rw-r--r--sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild b/sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild
new file mode 100644
index 0000000..6e5f022
--- /dev/null
+++ b/sys-mobilephone/fso-abyss/fso-abyss-9999.ebuild
@@ -0,0 +1,26 @@
+# 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/fso-abyss.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.12.0
+ >=dev-libs/dbus-glib-0.76
+ >=sys-mobilephone/libgsm0710mux-0.9.0
+ >=sys-mobilephone/libfsobasics-0.8.1"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.7.6"
+
+src_prepare() {
+ eautoreconf
+}