File: lua5.1.dh-lua.conf

package info (click to toggle)
lua-bitop 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 188 kB
  • sloc: ansic: 139; makefile: 32
file content (14 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
PKG_REQUIRES=lua5.1