diff options
author | 2009-11-08 18:30:58 +0000 | |
---|---|---|
committer | 2009-11-08 18:30:58 +0000 | |
commit | 4ddb13b8e4331bc5185c196eb25fc33d13f57ed8 (patch) | |
tree | 77226dcfef09282ef059da0f22dda059b5bb16bc /sys-mobilephone | |
parent | bump live phoneuid (diff) | |
download | embedded-cross-4ddb13b8e4331bc5185c196eb25fc33d13f57ed8.tar.gz embedded-cross-4ddb13b8e4331bc5185c196eb25fc33d13f57ed8.tar.bz2 embedded-cross-4ddb13b8e4331bc5185c196eb25fc33d13f57ed8.zip |
bump live libphone-ui
Diffstat (limited to 'sys-mobilephone')
-rw-r--r-- | sys-mobilephone/libphone-ui/Manifest | 1 | ||||
-rw-r--r-- | sys-mobilephone/libphone-ui/libphone-ui-99999999.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/sys-mobilephone/libphone-ui/Manifest b/sys-mobilephone/libphone-ui/Manifest new file mode 100644 index 0000000..7940a6a --- /dev/null +++ b/sys-mobilephone/libphone-ui/Manifest @@ -0,0 +1 @@ +EBUILD libphone-ui-99999999.ebuild 445 RMD160 af26584329bb614f9ad54caf027ede7f523550bd SHA1 644d6bd2f8899514b97fde845ce01916647113de SHA256 eec41c33c2d8e2ec9f700d2857d696afa9acba371d68a2e88dba9738c41f3ec8 diff --git a/sys-mobilephone/libphone-ui/libphone-ui-99999999.ebuild b/sys-mobilephone/libphone-ui/libphone-ui-99999999.ebuild new file mode 100644 index 0000000..86b3cc5 --- /dev/null +++ b/sys-mobilephone/libphone-ui/libphone-ui-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 +} |