File: rules

package info (click to toggle)
oggfwd 0.2-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 132 kB
  • ctags: 50
  • sloc: ansic: 376; makefile: 75
file content (13 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(CURDIR)/debian/oggfwd \
		PREFIX=$(CURDIR)/debian/oggfwd/usr \
		MAN1DIR=$(CURDIR)/debian/oggfwd/usr/share/man/man1