File: rules

package info (click to toggle)
fonts-yanone-kaffeesatz 0.20100525-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 832 kB
  • sloc: makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

get-orig-source:
	mkdir ttf-yanone-kaffeesatz-0.20100525.orig
	for f in YanoneKaffeesatz.zip YanoneKaffeesatzTTF.zip ; do \
		wget http://www.yanone.de/typedesign/kaffeesatz/$$f ; \
		unzip -d ttf-yanone-kaffeesatz-0.20100525.orig $$f ; \
		rm -f $$f ; \
	done
	tar zcf ttf-yanone-kaffeesatz_0.20100525.orig.tar.gz ttf-yanone-kaffeesatz-0.20100525.orig
	rm -rf ttf-yanone-kaffeesatz-0.20100525.orig