File: rules

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

BASEDIR=`pwd`/debian/aspell-ku

%:
	dh $@

override_dh_auto_configure:
	./configure

override_dh_auto_install:
	$(MAKE) DESTDIR=$(BASEDIR) install
	rm -f $(BASEDIR)/usr/lib/aspell/ku.rws
	gzip -9cn ku.cwl > $(BASEDIR)/usr/share/aspell/ku.cwl.gz
	installdeb-aspell