File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-bitop 1.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 216 kB
  • sloc: ansic: 148; makefile: 32
file content (13 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
PKG_NAME=bitop

ifeq "arm" "$(shell dpkg-architecture -qDEB_BUILD_ARCH)"
CLIB_CFLAGS=-DSWAPPED_DOUBLE
else
CLIB_CFLAGS=
endif
CLIB_LDFLAGS=
CLIB_OBJS=bit.lo
LUA_MODNAME_CPART=bit
LUA_MODNAME=bit
LUA_TEST=runall.lua
PKG_URL=http://bitop.luajit.org