aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-01-11 01:06:47 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-01-11 01:06:47 +0000
commite24d2f7587cb10266b4b75adb7fbea80c2ee8719 (patch)
treee88de7a2ddae4622534a7da22641b4fdc91b0962 /eclass
parentbump vala-dbus-binding-tool-0.1.2 (diff)
downloadembedded-cross-e24d2f7587cb10266b4b75adb7fbea80c2ee8719.tar.gz
embedded-cross-e24d2f7587cb10266b4b75adb7fbea80c2ee8719.tar.bz2
embedded-cross-e24d2f7587cb10266b4b75adb7fbea80c2ee8719.zip
FSO2 "cornucopia" releated ebuilds
3rd-party: 1. bump vala-0.7.9.7 2. libnl-2.0_pre9999 ( required for fsonetworkd ) fso libs: 1. libgsm0710mux-9999 ( required for fsogsmd ) 2. libfso-glib ( required for fsogsmd ) fso2 "cornucopia" libs: 1. misc-vapi 2. libfsoframework 3. libfsobasics 4. libfsoresource 5. libfsotransport fso2 "cornucopia" daemons: 1. fsousaged 2. fsomusicd 3. fsotdld 4. fsogsmd 5. fsonetworkd 6. fsodeviced 7. fsodatad
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cornucopia_git.eclass21
1 files changed, 21 insertions, 0 deletions
diff --git a/eclass/cornucopia_git.eclass b/eclass/cornucopia_git.eclass
new file mode 100644
index 0000000..55b2a0b
--- /dev/null
+++ b/eclass/cornucopia_git.eclass
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit autotools base git
+
+HOMEPAGE="http://www.freesmartphone.org"
+EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
+EGIT_PROJECT="cornucopia"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+src_prepare() {
+ S="${WORKDIR}/${P}/${PN}"
+ cd ${S}
+ eautoreconf
+}