File: rules

package info (click to toggle)
jgmenu 4.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,464 kB
  • sloc: ansic: 13,118; perl: 4,953; sh: 3,000; python: 600; makefile: 294; xml: 98
file content (21 lines) | stat: -rwxr-xr-x 457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--prefix=/usr \
		--with-lx \
		--with-xfce4-panel-applet \
		--with-gtktheme

override_dh_auto_build:
	dh_auto_build -- CONTRIB_DIRS="xfce4-panel gtktheme lx"

override_dh_auto_install:
	dh_auto_install -- prefix=/usr CONTRIB_DIRS="xfce4-panel gtktheme lx"