luasocket: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 12:57:16 +01:00
parent 7cc1ffc89d
commit 76c1d3bf1f

View File

@ -1,7 +1,7 @@
# Template file for 'luasocket'
pkgname=luasocket
version=2.0.2
revision=2
revision=3
build_style=gnu-makefile
makedepends="lua51-devel"
depends="lua51"
@ -11,12 +11,7 @@ license="MIT"
homepage="http://www.cs.princeton.edu/~diego/professional/luasocket/"
distfiles="http://luaforge.net/frs/download.php/2664/luasocket-$version.tar.gz"
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."
do_build() {
make LUAINC=-I/usr/include/lua5.1 ${makejobs}
make CC=$CC LD=$CC LUAINC=-I${XBPS_CROSS_BASE}/usr/include/lua5.1 ${makejobs}
}