aboutsummaryrefslogtreecommitdiff
blob: 7f4e92a333da2395c6b9de654a886f6aca186199 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
inherit base git autotools

HOMEPAGE="http://www.freesmartphone.org"
EGIT_REPO_URI="git://git.freesmartphone.org/cornucopia.git"
EGIT_PROJECT="cornucopia"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~arm ~x86 ~amd64"
IUSE=""

cornucopia_git_src_prepare() {
	git_src_prepare
	base_src_prepare
	S="${WORKDIR}/${P}/${PN}"
	cd ${S}
	eautoreconf
}

EXPORT_FUNCTIONS src_prepare