Files
for-gentoo/app-emulation/virt-manager/virt-manager-0.4.0.ebuild
T
lxnay 0ed08497bf fix scrollkeeper sandbox issues
git-svn-id: http://svn.sabayonlinux.org/overlay@1236 d7aec97c-591d-0410-af39-a8856400b30a
2007-05-05 13:49:48 +00:00

36 lines
731 B
Bash

# Copyright 2007 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="Virtual Machine Manager GUI"
HOMEPAGE="http://virt-manager.et.redhat.com/index.html"
SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
>=app-emulation/libvirt-0.2.2
dev-python/dbus-python
>=gnome-base/gconf-2.8
>=x11-libs/vte-0.12
>=dev-python/gnome-python-2.15.4
>=dev-python/pygtk-2.0
dev-libs/libxml2
dev-lang/python
>=app-emulation/virtinst-0.103.0
dev-python/urlgrabber
"
src_unpack() {
unpack ${A}
}
src_install() {
addwrite /var/lib/scrollkeeper
make DESTDIR=${D} install || die
}