File: rules

package info (click to toggle)
festvox-czech-ph 0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 167,928 kB
  • ctags: 80
  • sloc: perl: 376,800; lisp: 255; sh: 199; cs: 186; makefile: 65
file content (14 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

package := festvox-czech-ph

override_dh_auto_build:
	mkdir -p lpc
	ESTDIR=/usr dh_auto_build

override_dh_auto_install:
	ESTDIR=/usr $(MAKE) install festival_voices_path=debian/$(package)/usr/share/festival/voices

%:
	dh $@