File: rules

package info (click to toggle)
banshee 0.11.2%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,976 kB
  • ctags: 9,958
  • sloc: cs: 54,529; xml: 21,240; sh: 8,835; ansic: 2,040; makefile: 1,248
file content (34 lines) | stat: -rwxr-xr-x 1,090 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk

common-binary-post-install-arch:: list-missing

export MONO_SHARED_DIR=$(CURDIR)
DEB_CONFIGURE_EXTRA_FLAGS=--disable-static --disable-helix --disable-vlc \
                          --disable-xing --disable-mtp --disable-docs \
                          --enable-gstreamer=0.10 --enable-avahi \
			  --enable-external-boo

install/banshee::
	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
	find debian/ -type f -name "*.exe" | xargs chmod +x
	rm -f debian/tmp/usr/bin/banshee-import \
		debian/tmp/usr/lib/banshee/banshee-import.exe

install/banshee-daap::
	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x

common-binary-predeb-arch::
	dh_clideps -d

common-binary-predeb-indep::
	dh_clideps -d

clean::
	rm -rf $(MONO_SHARED_DIR)/.wapi
	rm -f build/mcs-test-79698.exe