File: rules

package info (click to toggle)
fonts-atarist 0%2Bgit20230822%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 17
file content (12 lines) | stat: -rwxr-xr-x 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_build:
	bdf2sfd atarist-normal.bdf > atarist-normal.sfd
	sed -i 's/FontName: "Atarist"/FontName: AtariST/g' atarist-normal.sfd
	sed -i 's/FullName: "Atarist"/FullName: Atari ST/g' atarist-normal.sfd
	sed -i 's/FamilyName: "Atarist"/FamilyName: Atari/g' atarist-normal.sfd
	fontforge -lang=ff -c 'Open($$1); Generate($$2)' atarist-normal.sfd atarist-normal.otf