summaryrefslogtreecommitdiff
blob: 9b59658ea71ce8018e3652006cc116f7c2602ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit distutils

MY_PN=${PN/2/-2}
MY_P=${MY_PN}-${PV}

DESCRIPTION="Tool for creating Meego Images"
HOMEPAGE="http://moblin.org/projects/moblin-image-creator-2"
SRC_URI="http://git.moblin.org/cgit.cgi/moblin-image-creator-2/snapshot/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}
	sys-fs/lvm2
	app-cdr/cdrtools
	sys-devel/make
	app-arch/rpm[python]
	sys-apps/yum
	sys-fs/multipath-tools"

S="${WORKDIR}"/${MY_P}