aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-11-08 18:28:33 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-11-08 18:28:33 +0000
commit7c3b96df8e8307184384008e7c15eb78c33212ae (patch)
tree719f1b567f476df832b033b35e6ee21a17ce5641 /sys-mobilephone
parentbump freesmartphone-framework-20091021 (diff)
downloadembedded-cross-7c3b96df8e8307184384008e7c15eb78c33212ae.tar.gz
embedded-cross-7c3b96df8e8307184384008e7c15eb78c33212ae.tar.bz2
embedded-cross-7c3b96df8e8307184384008e7c15eb78c33212ae.zip
bump live phonefsod
Diffstat (limited to 'sys-mobilephone')
-rw-r--r--sys-mobilephone/phonefsod/Manifest1
-rw-r--r--sys-mobilephone/phonefsod/phonefsod-99999999.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/sys-mobilephone/phonefsod/Manifest b/sys-mobilephone/phonefsod/Manifest
new file mode 100644
index 0000000..5637c72
--- /dev/null
+++ b/sys-mobilephone/phonefsod/Manifest
@@ -0,0 +1 @@
+EBUILD phonefsod-99999999.ebuild 445 RMD160 af26584329bb614f9ad54caf027ede7f523550bd SHA1 644d6bd2f8899514b97fde845ce01916647113de SHA256 eec41c33c2d8e2ec9f700d2857d696afa9acba371d68a2e88dba9738c41f3ec8
diff --git a/sys-mobilephone/phonefsod/phonefsod-99999999.ebuild b/sys-mobilephone/phonefsod/phonefsod-99999999.ebuild
new file mode 100644
index 0000000..86b3cc5
--- /dev/null
+++ b/sys-mobilephone/phonefsod/phonefsod-99999999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit git autotools
+
+DESCRIPTION=""
+HOMEPAGE=""
+
+EGIT_REPO_URI="http://shr.bearstech.com/repo/${PN}.git"
+
+EGIT_PROJECT="${PN}"
+
+LICENSE="GPL-3"
+SLOT="0"
+EAPI="2"
+KEYWORDS="~x86 ~amd64 ~arm"
+IUSE=""
+DOCS="README"
+
+DEPEND=""
+RDEPEND=""
+
+src_prepare() {
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}