File: rules

package info (click to toggle)
buoh 0.8.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,032 kB
  • ctags: 648
  • sloc: sh: 8,474; ansic: 5,414; xml: 1,459; makefile: 77
file content (24 lines) | stat: -rwxr-xr-x 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f
# -*- makefile -*-

# debian/rules file for buoh

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk

DEB_CONFIGURE_EXTRA_FLAGS := --with-gconf-schema-file-dir=/usr/share/gconf/schemas

install/buoh::
	dh_installman debian/buoh.1
	cp data/buoh64x64.png data/buoh.png
	dh_install data/buoh.png /usr/share/icons/hicolor/64x64/apps/
	cp data/buoh16x16.png data/buoh.png
	dh_install data/buoh.png /usr/share/icons/hicolor/16x16/apps/
	rm -rf data/buoh.png

binary-install/buoh::
	rm -rf debian/buoh/usr/share/buoh/pixmaps/*
	dh_link usr/share/icons/hicolor/16x16/apps/buoh.png usr/share/buoh/pixmaps/buoh16x16.png
	dh_link usr/share/icons/hicolor/64x64/apps/buoh.png usr/share/buoh/pixmaps/buoh64x64.png