          MODULE=linux-stable
         VERSION=3.2.20
            BASE=$(echo $VERSION | cut -d. -f1,2)
          SOURCE=linux-$BASE.tar.xz
         SOURCE2=patch-$VERSION.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
   SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
   SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
  SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v3.x
  SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v3.x
      SOURCE_VFY=sha1:0d6ae32001e3c2ecd996675c4262a9ae977733c5
     SOURCE2_VFY=sha1:b791793e66df63490b02e49eef796d67b3074eb9
        WEB_SITE=http://www.kernel.org
         ENTERED=20041019
         UPDATED=20120619
           SHORT="The core of a Linux GNU Operating System"
     KEEP_SOURCE=on
           TMPFS=off

cat << EOF
This is the most stable version the Linux kernel for Lunar Linux distro.
Linux is a clone of the Unix kernel, written from scratch by Linus
Torvalds with assistance from a loosely-knit team of hackers across the
Net. It aims towards POSIX and Single UNIX Specification compliance. It
has all the features you would expect in a modern fully-fledged Unix
kernel, including true multitasking, virtual memory, shared libraries,
demand loading, shared copy-on-write executables, proper memory
management, and TCP/IP networking.
EOF
