File: rules

package info (click to toggle)
lua-posix 33.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 3,424 kB
  • sloc: ansic: 5,111; sh: 4,666; makefile: 53
file content (13 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=lua --with lua

override_dh_auto_configure:
	./configure --prefix=/usr/ \
		LUA=/usr/bin/lua5.1 LUA_INCLUDE=-I/usr/include/lua5.1/
	dh_auto_configure

override_dh_auto_build:
	dh_auto_build
	ldoc -c build-aux/config.ld ext/posix/