equal
deleted
inserted
replaced
1 # Copyright 1999-2007 Gentoo Foundation |
1 # Copyright 1999-2007 Gentoo Foundation |
2 # Distributed under the terms of the GNU General Public License v2 |
2 # Distributed under the terms of the GNU General Public License v2 |
3 # $Header: $ |
3 # $Header: $ |
4 |
4 |
|
5 EAPI="3" |
|
6 |
5 DESCRIPTION="An tool to create 32 and/or 64bits chrooted Gentoo" |
7 DESCRIPTION="An tool to create 32 and/or 64bits chrooted Gentoo" |
6 HOMEPAGE="http://tuna.lyua.org/chenvr/" |
8 HOMEPAGE="http://tuna.lyua.org/chenvr/" |
7 SRC_URI="http://tuna.lyua.org/downloads/${P}.tar.bz2" |
9 # SRC_URI="http://tuna.lyua.org/downloads/${P}.tar.bz2" |
|
10 SRC_URI="http://openid.elyzion.net/~darisk/files/soft/${P}.tar.xz" |
8 |
11 |
9 LICENSE="GPL-3" |
12 LICENSE="GPL-3" |
10 SLOT="0" |
13 SLOT="0" |
11 KEYWORDS="~x86 ~amd64" |
14 KEYWORDS="~x86 ~amd64" |
12 IUSE="doc" |
15 IUSE="doc" |
13 |
16 |
14 DEPEND="" |
17 DEPEND="" |
15 |
18 |
16 src_install() { |
19 src_install() { |
17 cd "${WORKDIR}/${PN}" |
20 cd "${WORKDIR}/${P}" |
18 |
21 |
19 mkdir -p ${D}usr/bin |
22 mkdir -p ${D}usr/bin |
20 install chenvr ${D}usr/bin/ || die "installing chenvr script" |
23 install chenvr ${D}usr/bin/ || die "installing chenvr script" |
21 |
24 |
22 mkdir -p ${D}etc |
25 mkdir -p ${D}etc |