File: rules

package info (click to toggle)
coq-libhyps 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 300 kB
  • sloc: sh: 7; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with coq

override_dh_auto_build:
	./configure.sh
	make

override_dh_auto_install:
	DESTDIR=$(CURDIR)/debian/tmp make install