pkgsrc/sysutils/xenkernel20/Makefile
gdt 71c33cddb9 Explain xen version differences.
There are 5 versions of xen in pkgsrc, which is confusing.  Explain in
DESCR which version is in which package (xenkernel3 contains 3.1), and
which versions support PCI passthrough (only 3.1).  Explain which
versions support non-PAE (3.1) and PAE (3.3, 4.1, 4.2), because the
HOWTO is out of date and it's easy to end up with a non-working system
on a 3.1 to 3.3 update.  Cuation that 2.0 is beyond crufty.

This is a DESCR-only change (with PKGREVISION++ of course).

(ok during freeze agc@)
2013-06-19 14:03:41 +00:00

29 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/06/19 14:03:41 gdt Exp $
#
DISTNAME= xen-2.0.7-install-x86_32
PKGNAME= xenkernel20-2.0.7
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
EXTRACT_SUFX= .tgz
LICENSE= gnu-gpl-v2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/ports/xen/
COMMENT= Xen Kernel
ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 NetBSD-*-i386
WRKSRC= ${WRKDIR}/xen-2.0-install
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/xen-kernel
${INSTALL_DATA} ${WRKSRC}/install/boot/xen.gz \
${DESTDIR}${PREFIX}/xen-kernel/xen.gz
.include "../../mk/bsd.pkg.mk"