File: rules

package info (click to toggle)
php-horde-lz4 1.0.10-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 264 kB
  • sloc: ansic: 1,745; xml: 266; php: 103; makefile: 10; sh: 3
file content (18 lines) | stat: -rwxr-xr-x 440 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

HORDENAME=lz4
DESTDIR=$(CURDIR)/debian/php-horde-$(HORDENAME)

# This is automatic isn't it?
export NO_INTERACTION=1

%:
	dh $@ --buildsystem=phppear --with phppear --with php

override_dh_auto_configure:
	dh_auto_configure -O--buildsystem=phppear -- --with-liblz4

override_dh_auto_install:
	dh_auto_install -O--buildsystem=phppear
	# Remove extra license file
	rm -f $(DESTDIR)/usr/share/doc/php-horde-lz4/LICENSE.lz4