File: rules

package info (click to toggle)
xmobar 0.50-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,068 kB
  • sloc: haskell: 7,919; lisp: 110; sh: 58; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes

ifeq ($(DEB_HOST_ARCH_OS),linux)
    export DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="with_xft with_inotify with_mpris with_dbus with_xpm with_uvmeter with_weather with_alsa"
else
    export DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="with_xft with_xpm"
endif

%:
	dh $@