File: rules

package info (click to toggle)
voms-mysql-plugin 3.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: cpp: 1,178; makefile: 54; sh: 4
file content (18 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_autoreconf:
	mkdir -p src/autogen
	dh_autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
	   --libdir=/usr/lib/voms \
	   --disable-static

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp
	rm debian/tmp/usr/lib/voms/libvomsmysql.la