diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-17 14:13:20 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-17 14:13:20 +0000 |
commit | 8d80cc1caf7d17767d80ec0f6a726642a5182668 (patch) | |
tree | f566678af8687e1eb5b94f1d6f540995199b7ca7 /kernel-ratten/kernel-ratten.SlackBuild | |
parent | b6320fd9209701c3e284e979d1af98928d3b9070 (diff) | |
download | slackbuilds-8d80cc1caf7d17767d80ec0f6a726642a5182668.tar.gz slackbuilds-8d80cc1caf7d17767d80ec0f6a726642a5182668.tar.bz2 |
kernel-ratten: now 2.6.15
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@404 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'kernel-ratten/kernel-ratten.SlackBuild')
-rwxr-xr-x | kernel-ratten/kernel-ratten.SlackBuild | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/kernel-ratten/kernel-ratten.SlackBuild b/kernel-ratten/kernel-ratten.SlackBuild index 4ad33aa5..892fe348 100755 --- a/kernel-ratten/kernel-ratten.SlackBuild +++ b/kernel-ratten/kernel-ratten.SlackBuild @@ -6,24 +6,28 @@ CWD="`pwd`" PACKAGE="kernel-ratten" -KERNEL_VERSION="2.6.12" +KERNEL_VERSION="2.6.15" EXTRAVERSION="" ARCH="x86_64" BUILD="1rha" PATCHSET="bs" -PATCH_VERSION="3.1.6-2.6.12" +PATCH_VERSION="3.1.6-2.6.15" TMP=${TMP:=/tmp} SRC_DIR=${SRC:=$CWD} SPLASH="/etc/bootsplash/themes/Slack-Black-Tux/config/bootsplash-1024x768.cfg" REPOS=${REPOS:=$TMP} -cat << EOCAT -Just remembering, you need the following stuff installed: - - bootsplash - bootsplash theme: $SPLASH - -EOCAT +if [ -s "slack-required" ]; then + echo Recomended and required packages for building cairo are: + cat slack-required | sed -e 's/^/\t/' + if [ "$INTERACT" != "no" ]; then + echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. + read crap + else + echo Sleeping 3 seconds... + sleep 3 + fi +fi if [ "$INTERACT" != "no" ]; then echo "Hit ENTER do continue, Crtl-C to abort" @@ -115,7 +119,7 @@ cp .config $PKG/boot/config-$KERNEL_VERSION cp arch/$ARCH/boot/bzImage $PKG/boot/vmlinuz-$KERNEL_VERSION cat << EOF > $PKG/install/slack-desc -kernel-ratten: kernel-ratten (linux kernel 2.6.12-bs for ratten AMD64 workstation) +kernel-ratten: kernel-ratten (linux kernel $KERNEL_VERSION for ratten AMD64 workstation) kernel-ratten: kernel-ratten: This is the kernel for the RATTEN workstation. kernel-ratten: |