File: rules

package info (click to toggle)
aspell-te 0.01-2-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,380 kB
  • sloc: sh: 61; makefile: 14
file content (22 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

BASEDIR=`pwd`/debian/aspell-te

override_dh_auto_configure:
	./configure

override_dh_md5sums:
	dh_md5sums -Xvar/lib/aspell

override_dh_install:
	gzip -9c te.cwl > $(BASEDIR)/usr/share/aspell/te.cwl.gz
	touch $(BASEDIR)/var/lib/aspell/te.compat
	touch $(BASEDIR)/var/lib/aspell/te.rws
	dh_installdirs
	installdeb-aspell
	dh_install
%:
	dh $@