19 lines
758 B
Text
19 lines
758 B
Text
|
# Template file for 'luasocket'
|
||
|
pkgname=luasocket
|
||
|
version=2.0.2
|
||
|
homepage="http://www.cs.princeton.edu/~diego/professional/luasocket/"
|
||
|
distfiles="http://luaforge.net/frs/download.php/2664/luasocket-$version.tar.gz"
|
||
|
build_style=gnu-makefile
|
||
|
short_desc="Network support for the Lua language "
|
||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||
|
license="MIT"
|
||
|
checksum=4fd9c775cfd98841299851e29b30176caf289370fea1ff1e00bb67c2d6842ca6
|
||
|
long_desc="
|
||
|
LuaSocket is a Lua extension library that is composed by two parts: a C core
|
||
|
that provides support for the TCP and UDP transport layers, and a set of Lua
|
||
|
modules that add support for functionality commonly needed by applications
|
||
|
that deal with the Internet."
|
||
|
|
||
|
Add_dependency run lua
|
||
|
Add_dependency build lua-devel
|