File: rules

package info (click to toggle)
apache-upload-progress-module 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 284 kB
  • sloc: ansic: 3,433; makefile: 23
file content (9 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

CFLAGS = -DCACHE_FILENAME=\\\"/var/cache/apache2/upload_progress_cache\\\"

%:
	dh $@ --with apache2

override_dh_auto_install:
	echo "Just let dh_install handle the installation."