           SPELL=libixp
if [ x"$LIBIXP_HG" == x"y" ]; then 
         VERSION=hg
SOURCE_URL[0]=http://www.suckless.org/hg.rc/libixp
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
else
         VERSION=0.4
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://www.suckless.org/download/${SOURCE}
     SOURCE_HASH=sha512:6b87831858d9df9cf12bea7c1344b16742b38e8afd06d71f369249253c368b624264b95cdcdd87a160fab3ec9f671a08a997786c5dbe879d9e0f430f48a692d9
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
        WEB_SITE=http://libs.suckless.org
         ENTERED=20061230
      LICENSE[0]=GPL
        KEYWORDS="library 9p"
           SHORT="standalone client/server 9P library."
cat << EOF
libixp is a client/server 9P library.  It includes a command-line client,
ixpc.  libixp and ixpc together consist of less than 2000 lines of code.
EOF
