Added kernel-snapshot to test latest development kernel snapshot.

This package can coexist with other kernel packages.

--HG--
extra : convert_revision : 57a77d57d7c5224858c659652eb918ff854d2149
This commit is contained in:
Juan RP
2010-02-18 19:44:47 +01:00
parent 0ed894528c
commit a83d59b2a0
6 changed files with 9545 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Template file for 'kernel-snapshot-headers'.
#
short_desc="${pkgname} src headers"
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
}