summaryrefslogtreecommitdiffstats
path: root/acompiler/kernel-35-pae/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-09 11:16:16 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-09 11:16:16 +0200
commit3c1f66bc2d79e65ae5327001e4005f7869ae1ac5 (patch)
tree074211352cdd613c39c212dfe868b74c8ee51f23 /acompiler/kernel-35-pae/Pkgfile
parent72893f2364b1c0457030322ba4ca39d6c9158608 (diff)
downloadnutyx-extra-3c1f66bc2d79e65ae5327001e4005f7869ae1ac5.tar.gz
nutyx-extra-3c1f66bc2d79e65ae5327001e4005f7869ae1ac5.tar.bz2
nutyx-extra-3c1f66bc2d79e65ae5327001e4005f7869ae1ac5.tar.xz
nutyx-extra-3c1f66bc2d79e65ae5327001e4005f7869ae1ac5.zip
maj kernel-35-pae#2.6.35.7-2
Diffstat (limited to 'acompiler/kernel-35-pae/Pkgfile')
-rw-r--r--acompiler/kernel-35-pae/Pkgfile15
1 files changed, 13 insertions, 2 deletions
diff --git a/acompiler/kernel-35-pae/Pkgfile b/acompiler/kernel-35-pae/Pkgfile
index b74d78e5a..fe062ab2a 100644
--- a/acompiler/kernel-35-pae/Pkgfile
+++ b/acompiler/kernel-35-pae/Pkgfile
@@ -6,10 +6,16 @@
name=kernel-35-pae
version=2.6.35.7
_BaseVersion=2.6.35
-release=1
+release=2
PKGMK_NO_STRIP="yes"
+_extra=08102010
+_tools=08102010
source=(http://www.kernel.org/pub/linux/kernel/v2.6/linux-${_BaseVersion}.tar.bz2 config_64 config\
- http://www.kernel.org/pub/linux/kernel/v2.6/patch-$version.bz2)
+ http://www.kernel.org/pub/linux/kernel/v2.6/patch-$version.bz2\
+ http://nutyx.meticul.eu/install-${SCRIPT_VERSION}.ash\
+ http://nutyx.meticul.eu/files/nutyx-initrd-extra-${_extra}.tar.bz2\
+ http://nutyx.meticul.eu/files/installtools-${_tools}.tar.gz)
+
build(){
bzip2 -d patch-$version.bz2
cd linux-${_BaseVersion}
@@ -64,4 +70,9 @@ mv $SRC/linux-${_BaseVersion}/arch/x86 $PKG/usr/src/linux-${_BaseVersion}/arch
mv $SRC/linux-${_BaseVersion}/vmlinux $PKG/usr/src/linux-${_BaseVersion}/
mv $SRC/linux-${_BaseVersion}/Module.symvers $PKG/usr/src/linux-${_BaseVersion}/
rm -r $PKG/lib/firmware
+mkdir -p $PKG/root/bin
+install -m644 $SRC/install-${SCRIPT_VERSION}.ash \
+ $PKG/root/bin/install-${SCRIPT_VERSION}.ash
+cd $SRC
+bsdtar -c "-J" -f $PKG/boot/nutyx-initrd.tar.xz nutyx-initrd-2009
}