File: rules

package info (click to toggle)
matchbox-desktop 2.0-6
  • links: PTS
  • area: main
  • in suites: buster
  • size: 860 kB
  • sloc: ansic: 2,661; sh: 889; makefile: 63
file content (14 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_reconf:
	dh_autoreconf -- --verbose --force --install

override_dh_auto_configure:
	ls -l config*
	./configure --prefix=/usr --enable-startup-notification --sysconfdir=/etc

override_dh_install:
	dh_install --list-missing