File: rules

package info (click to toggle)
slune 1.0.7-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 25,332 kB
  • ctags: 1,061
  • sloc: python: 9,171; makefile: 8
file content (19 lines) | stat: -rwxr-xr-x 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes

include /usr/share/cdbs/1/rules/debhelper.mk
# Including this file gets us a simple patch system.  You can just
# drop patches in debian/patches, and they will be automatically
# applied and unapplied.
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/python-distutils.mk


DEB_PYTHON_INSTALL_ARGS_ALL := --install-scripts=/usr/games --install-purelib=/usr/share/games --install-data=/usr/share/games


binary-install/slune::
	chmod +x debian/slune/usr/share/games/slune/make_*
	find debian/slune/usr/share/games/slune/locale -name "*.po" -exec rm {} \;