File: rules

package info (click to toggle)
libvisual-plugins 0.4.0.dfsg.1-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 7,836 kB
  • ctags: 1,074
  • sloc: ansic: 9,357; sh: 8,809; cpp: 871; makefile: 219; sed: 16
file content (13 lines) | stat: -rwxr-xr-x 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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 := --enable-static --disable-gdkpixbuf-plugin --enable-debug

install/libvisual-0.4-plugins::
	find debian/libvisual-0.4-plugins -name '*.la' | xargs rm -f
	find debian/libvisual-0.4-plugins -name '*.a' | xargs rm -f
	find debian/libvisual-0.4-plugins -name '*.so' | xargs chrpath --delete