File: rules

package info (click to toggle)
aspell-fa 0.11-0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,692 kB
  • sloc: sh: 61; makefile: 13
file content (18 lines) | stat: -rwxr-xr-x 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

DICT=fa
BASEDIR=`pwd`/debian/aspell-fa

%:
	dh $@

override_dh_auto_configure:
	./configure

override_dh_auto_install:
	$(MAKE) DESTDIR=$(BASEDIR) install
	rm -f $(BASEDIR)/usr/lib/aspell/fa*.rws
	gzip -9n -c fa-common.cwl > "$(BASEDIR)/usr/share/aspell/fa-common.cwl.gz"
	gzip -9n -c fa-generic.cwl > "$(BASEDIR)/usr/share/aspell/fa-generic.cwl.gz"
	gzip -9n -c fa-scientific.cwl > "$(BASEDIR)/usr/share/aspell/fa-scientific.cwl.gz"
	installdeb-aspell