aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-11-08 18:29:06 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-11-08 18:29:06 +0000
commit6c1cbc7427451e76a3b66eb8a7814effbcecb89c (patch)
treed6de83c3720915c8afa83f71b79342f33532d247 /sys-mobilephone
parentbump live phonefsod (diff)
downloadembedded-cross-6c1cbc7427451e76a3b66eb8a7814effbcecb89c.tar.gz
embedded-cross-6c1cbc7427451e76a3b66eb8a7814effbcecb89c.tar.bz2
embedded-cross-6c1cbc7427451e76a3b66eb8a7814effbcecb89c.zip
bump live libphone-ui-shr
Diffstat (limited to 'sys-mobilephone')
-rw-r--r--sys-mobilephone/libphone-ui-shr/Manifest1
-rw-r--r--sys-mobilephone/libphone-ui-shr/libphone-ui-shr-99999999.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/sys-mobilephone/libphone-ui-shr/Manifest b/sys-mobilephone/libphone-ui-shr/Manifest
new file mode 100644
index 0000000..aed0f88
--- /dev/null
+++ b/sys-mobilephone/libphone-ui-shr/Manifest
@@ -0,0 +1 @@
+EBUILD libphone-ui-shr-99999999.ebuild 457 RMD160 bd5d3ac3f983345573ea3a88a28e370b07ebcba2 SHA1 34411194556d5adcc118f8f34f0acb56840d08c8 SHA256 c4b848c15a8a066d73b48a0b015a9e926c6518dba9b0908d5225c6e59bc52ac5
diff --git a/sys-mobilephone/libphone-ui-shr/libphone-ui-shr-99999999.ebuild b/sys-mobilephone/libphone-ui-shr/libphone-ui-shr-99999999.ebuild
new file mode 100644
index 0000000..eb87a7c
--- /dev/null
+++ b/sys-mobilephone/libphone-ui-shr/libphone-ui-shr-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() {
+ autoreconf -v --install
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}