# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit subversion DESCRIPTION="Installer for pentoo" HOMEPAGE="https://code.google.com/p/pentoo/" ESVN_REPO_URI="https://${PN}.googlecode.com/svn/branches/development" LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="X" DEPEND="app-arch/xz-utils" RDEPEND="dev-util/dialog X? ( x11-misc/xdialog ) || ( sys-boot/grub:0 sys-boot/grub-static:0 ) sys-boot/grub:2 sys-fs/squashfs-tools net-misc/rsync" src_install() { dodir /usr/ cp -R "${S}"/* "${ED}"/usr/ || die "Copy files failed" exeinto /root/Desktop/ doexe share/applications/pentoo-installer.desktop }