aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-mobilephone/libfsobasics/libfsobasics-0.9.0.ebuild')
-rw-r--r--sys-mobilephone/libfsobasics/libfsobasics-0.9.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-mobilephone/libfsobasics/libfsobasics-0.9.0.ebuild b/sys-mobilephone/libfsobasics/libfsobasics-0.9.0.ebuild
new file mode 100644
index 0000000..a5750b7
--- /dev/null
+++ b/sys-mobilephone/libfsobasics/libfsobasics-0.9.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit base
+
+DESCRIPTION="freesmartphone.org basics library"
+HOMEPAGE="http://www.freesmartphone.org"
+SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~arm ~x86 ~amd64"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.18.0"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.7.8.1"