Added kernel-xen-dom0, a package for latest xen dom0 support.

--HG--
extra : convert_revision : f8d5bd55cc469859f33476fec3ed57f838434646
This commit is contained in:
Juan RP
2010-02-23 23:22:34 +01:00
parent 6bfc693a43
commit c63b1cc8d8
7 changed files with 4481 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# Template file for 'kernel-headers-xen-dom0'.
#
short_desc="${pkgname} src headers (Xen dom0)"
long_desc="
This package contains the required source headers to be able to build
external 3rd party binary modules."
do_install()
{
mkdir -p ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/src ${DESTDIR}/usr
}