sys-apps/chenvr/chenvr-0.6.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 11 Dec 2022 18:23:57 -0400
changeset 251 e7f7160897cf
parent 24 3d61943fc211
permissions -rw-r--r--
remove dev-python/caldav

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:  $

EAPI="3"

DESCRIPTION="An tool to create 32 and/or 64bits chrooted Gentoo"
HOMEPAGE="http://tuna.lyua.org/chenvr/"
# SRC_URI="http://tuna.lyua.org/downloads/${P}.tar.bz2"
SRC_URI="http://openid.elyzion.net/~darisk/files/soft/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="doc"

DEPEND=""

src_install() {
	cd "${WORKDIR}/${P}"

	mkdir -p ${D}usr/bin
	install chenvr ${D}usr/bin/ || die "installing chenvr script"

	mkdir -p ${D}etc
	install config/chenvr.conf ${D}etc/ || die "installing chenvr configuration"

	if use doc; then
	   doinfo doc/chenvr.info
	fi
}