File: rules

package info (click to toggle)
naspro-bridges 0.5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,396 kB
  • sloc: sh: 11,337; ansic: 1,270; makefile: 47
file content (15 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@

override_dh_autoreconf:
	mkdir m4
	dh_autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-lv2dir=/usr/lib/lv2

override_dh_auto_clean:
	rm -rf m4
	dh_auto_clean