File: rules

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

include /usr/share/cdbs/1/rules/debhelper.mk

DEB_INSTALL_DOCS_ALL := README

DICT_LANG := pl

DEB_DH_MD5SUMS_ARGS_DEFAULT := --exclude=var/lib/aspell

install/aspell-$(DICT_LANG)::
	for f in *.cwl; do \
	    gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \
	    WL=`echo $$f | sed 's/\.cwl$$//'`; \
	    touch "$(DEB_DESTDIR)/var/lib/aspell/$$WL.rws"; \
	    dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \
	    echo "$$WL" >> "$(DEB_DESTDIR)/usr/share/aspell/$(DICT_LANG).contents"; \
	done

	touch $(DEB_DESTDIR)/var/lib/aspell/$(DICT_LANG).compat

	installdeb-aspell

override_dh_md5sum:
	@echo "Dupa dupa"