File: rules

package info (click to toggle)
fonts-tlwg 1%3A0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 58,892 kB
  • sloc: sh: 802; makefile: 620; python: 20
file content (17 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_configure:
	./configure --prefix=/usr --sysconfdir=/etc \
	  --enable-ttf --with-ttfdir=/usr/share/fonts/truetype/tlwg \
	  --enable-otf --with-otfdir=/usr/share/fonts/opentype/tlwg \
	  --enable-woff --with-woffdir=/usr/share/fonts/woff/tlwg

binary-arch:
# We have nothing to do.