diff options
author | Robert Piasek <dagger@gentoo.org> | 2009-02-20 12:30:14 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2009-02-20 12:30:14 +0000 |
commit | 8859fbf3cd14a15b153884b794feab5bf98c1ade (patch) | |
tree | 59c21e2b746934af37594fde1ad5b4f34b9c8d22 /x11-drivers | |
parent | Removed etk and elementary from meta package (diff) | |
download | embedded-cross-8859fbf3cd14a15b153884b794feab5bf98c1ade.tar.gz embedded-cross-8859fbf3cd14a15b153884b794feab5bf98c1ade.tar.bz2 embedded-cross-8859fbf3cd14a15b153884b794feab5bf98c1ade.zip |
Experimental live ebuild for Xorg driver for SMedia Glamo
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-glamo/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-glamo/Manifest b/x11-drivers/xf86-video-glamo/Manifest new file mode 100644 index 0000000..f4c4b12 --- /dev/null +++ b/x11-drivers/xf86-video-glamo/Manifest @@ -0,0 +1 @@ +EBUILD xf86-video-glamo-9999.ebuild 624 RMD160 313ec808e7ee1ad4bcdc02f2040d3edfbf92eb2e SHA1 58a3015eaec565d82b33231f7796f5ba2e7f9218 SHA256 62dcc7ae76a7c7f03dfd4e22bc326830c31319559ff566af23112010d7e93fdd diff --git a/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild b/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild new file mode 100644 index 0000000..f2953da --- /dev/null +++ b/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +XDPVER=-1 +inherit x-modular git + +DESCRIPTION="Experimental video driver for SMedia Glamo" +HOMEPAGE="http://www.openmoko.org/" + +EGIT_REPO_URI="git://git.openmoko.org/git/xf86-video-glamo.git" +EGIT_PROJECT="xf86-video-glamo" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~arm" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.3.0" + +DEPEND="x11-proto/xextproto + x11-proto/xproto" + +src_unpack() { + git_src_unpack + cd "${S}" + + eautoreconf || die "eautoreconf failed" +} + + +src_install() { + x-modular_src_install +} |