diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-07 11:19:19 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2008-10-07 11:19:19 +0000 |
commit | 6e416dc3fe97227aa29984064f3db880cd213497 (patch) | |
tree | 4f00869205f4b95c6b770c0e3fab1042b6497ae1 /sys-kernel/ec2-sources/ec2-sources-2.6.18.ebuild | |
parent | Release of pardalys-0.0.6 (diff) | |
download | kolab-6e416dc3fe97227aa29984064f3db880cd213497.tar.gz kolab-6e416dc3fe97227aa29984064f3db880cd213497.tar.bz2 kolab-6e416dc3fe97227aa29984064f3db880cd213497.zip |
Added ec2-sources.
svn path=/overlay/; revision=2981
Diffstat (limited to 'sys-kernel/ec2-sources/ec2-sources-2.6.18.ebuild')
-rw-r--r-- | sys-kernel/ec2-sources/ec2-sources-2.6.18.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-kernel/ec2-sources/ec2-sources-2.6.18.ebuild b/sys-kernel/ec2-sources/ec2-sources-2.6.18.ebuild new file mode 100644 index 0000000..c24b334 --- /dev/null +++ b/sys-kernel/ec2-sources/ec2-sources-2.6.18.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: Exp $ + +ETYPE="sources" +inherit kernel-2 + +PKG=xen-3.1.0-src-ec2-v1.0 +DESCRIPTION="EC2 Kernel Sources" +HOMEPAGE="http://www.kernel.org" +SRC_URI="http://ec2-downloads.s3.amazonaws.com/${PKG}.tgz" + +KEYWORDS="amd64 x86" +S=${WORKDIR} + +src_unpack() { + unpack ${A} + cd ${S}/${PKG} + make prep-kernels + cp -rL ./linux-2.6.18-xen ../linux-2.6.18-ec2 +} |