File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-event 0.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 256 kB
  • sloc: ansic: 741; makefile: 40; sh: 1
file content (18 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PKG_NAME=event

CLIB_CFLAGS=-I include $(shell pkg-config libevent --cflags)
CLIB_LDFLAGS=$(shell pkg-config libevent --libs)
CLIB_LDFLAGS_STATIC=$(shell pkg-config libevent --libs --static)
CLIB_OBJS= $(patsubst %.c,%.lo,$(wildcard src/*.c))
LUA_MODNAME_CPART=luaevent.core

LUA_HEADER=
LUA_SOURCES=luaevent.lua
LUA_MODNAME=luaevent
LUA_TEST=test/basic.lua

PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
PKG_LIBS_PRIVATE=
PKG_URL=
PKG_REQUIRES=
PKG_CONFLICTS=