           SPELL=udev
         VERSION=070
          SOURCE=${SPELL}-${VERSION}.tar.bz2
         SOURCE2=${SOURCE}.sign
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
      SOURCE_URL=${KERNEL_URL}/pub/linux/utils/kernel/hotplug/${SOURCE}
     SOURCE2_URL=${SOURCE_URL}.sign
  SOURCE2_IGNORE=signature
      SOURCE_GPG="kernel.gpg:${SOURCE}.sign"
        WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
         ENTERED=20030725
         UPDATED=20050903
            DOCS="ChangeLog COPYING FAQ README docs/* REALEASE-NOTES"
      LICENSE[0]=GPL
           SHORT="Devfs in userspace using sysfs and hotplug"
cat << EOF
udev is a implementation of devfs in userspace using sysfs and
/sbin/hotplug.  It requires a 2.5/2.6 kernel to run properly.  The major
changes since the last release is that persistent device naming schemes
are now implemented.  Yeah, it's pretty rough, but it does prove that
the concept is sane and will end up working well for users
EOF
