Lua support for libcurl. Connect and communicate to many different types of servers with many different types of protocols. This project is not a fork of LuaCURL, which is a direct mapping of parts of the libcurl-easy interface. The intent of Lua-cURL is to adapt the * Easy Interface * Multi Interface * Shared Interface of libcurl to the functionality of Lua (for example by using iterators instead of callbacks when possible).
25 lines
523 B
Makefile
25 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/26 22:03:00 agc Exp $
|
|
#
|
|
|
|
DISTNAME= lua-curl-0.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://luaforge.net/frs/download.php/2634/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://lua-curl.luaforge.net/
|
|
COMMENT= Full lua bindings for libcurl
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../lang/lua/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|