File: rules

package info (click to toggle)
i3lock-fancy 0.0~git20160228.0.0fcb933-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,764 kB
  • sloc: sh: 222; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

PRG_NAME=i3lock-fancy

%:
	dh $@

override_dh_auto_install:
	install -Dm 755 lock $(CURDIR)/debian/$(PRG_NAME)/usr/bin/$(PRG_NAME)
	install -Dm 644 lock.png $(CURDIR)/debian/$(PRG_NAME)/usr/share/$(PRG_NAME)/lock.png
	dh_auto_install