File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-curl 0.3.0-9.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 272 kB
  • sloc: ansic: 1,106; makefile: 159
file content (11 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
PKG_NAME=curl

CLIB_CFLAGS= $(shell pkg-config libcurl --cflags)
CLIB_LDFLAGS= $(shell pkg-config libcurl --libs)
CLIB_OBJS= lua-curl.lo luabind.lo

LUA_HEADER=lua-curl.h
LUA_MODNAME=curl
LUA_TEST=test.lua

PKG_REQUIRES=libcurl