           SPELL=lpc
         VERSION=1.0.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://lua.net-core.org/dl/telesto/${SOURCE}
     SOURCE_HASH=sha512:1d7ed473a11edfe5e9c2a5a7de97bdc18d4796d6882760a5cbfda5b4ca24bfd59e744ea91706006a315aba5b138ffdde3346ceb148b4b1be2e02c46869d653e2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://lua.net-core.org/sputnik.lua?p=Telesto:About"
      LICENSE[0]="MIT/X11"
         ENTERED=20110213
        KEYWORDS=""
           SHORT="Lua Process Call"
cat << EOF
Allows Lua scripts to call external processes while capturing both their
input and output(in contrast to Lua's popen function that can only capture
one or the other).
EOF
