# $Header: /magellan-cvs/smage/xen/xen-3.2.0-r1.smage2,v 1.1 2008/05/24 12:57:41 niro Exp $ PNAME="xen" PVER="3.2.0" PBUILD="r1" PCATEGORIE="fake" STATE="unstable" PKGTYPE="virtual" NOPKGBUILD=true DESCRIPTION="Virtual package for the Xen virtual machine hypervisor." HOMEPAGE="http://xen.org/" DEPEND=">= sys-kernel/kernel26-xen-2.6 == app-emulation/xen-hypervisor-${PVER} == app-emulation/xen-tools-${PVER}" src_install() { echo echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}." echo "No Package will be build." echo }