File: rules

package info (click to toggle)
libhbaapi 2.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 192 kB
  • sloc: makefile: 29; sh: 4
file content (12 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DEB_CONFIGURE_EXTRA_FLAGS := --disable-static


%:
	dh $@;

override_dh_auto_configure:
	[ ! -f hbaapi_src_2.2.tgz ] || tar -C . -zvxf hbaapi_src_2.2.tgz --strip-components=1
	./bootstrap.sh
	./configure --disable-static --prefix=/usr