File: rules

package info (click to toggle)
fvwm-icons 20070101-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,736 kB
  • sloc: sh: 263; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

PACKAGE		= fvwm-icons
PIXPACKAGE	= fvwm
PKGPIXDIR       = debian/$(PACKAGE)/usr/share/pixmaps/$(PIXPACKAGE)

override_dh_auto_install:
	install -m 755 -d $(PKGPIXDIR)
	install -m 644 -p *.xpm $(PKGPIXDIR)

%:
	dh $@

.PHONY: get-orig-source

# End of file