          MODULE=linux
         VERSION=3.4.4
            BASE=$(echo $VERSION | cut -d. -f1,2)
          SOURCE=$MODULE-$BASE.tar.xz
         SOURCE2=patch-$VERSION.bz2
   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:4b225a1fd01056c54d1caf690de13f92bfed1156
     SOURCE2_VFY=sha1:8427d8827822e3f1dead50c73817dfc992b50d4f
        WEB_SITE=http://www.kernel.org
         ENTERED=20111121
         UPDATED=20120623
           SHORT="The core of a Linux GNU Operating System"
     KEEP_SOURCE=on
           TMPFS=off

cat << EOF
This is the latest 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
