File: rules

package info (click to toggle)
rezound 0.12.3beta-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,936 kB
  • ctags: 2
  • sloc: makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

DEB_TAR_SRCDIR := rezound-0.12.3beta

include /usr/share/cdbs/1/rules/tarball.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

DEB_CONFIGURE_EXTRA_FLAGS := --disable-portaudio

post-patches::
	touch build-tree/rezound-0.12.3beta/NEWS
	touch build-tree/rezound-0.12.3beta/AUTHORS
	touch build-tree/rezound-0.12.3beta/ChangeLog
	cd build-tree/rezound-0.12.3beta && autoreconf -fvi