File: rules

package info (click to toggle)
libopengl-ruby 0.60.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,988 kB
  • ctags: 5,078
  • sloc: ansic: 24,677; ruby: 10,858; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#
# CDBS file to build the Ruby/OpenGL package.

include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk

binary-install/libopengl-ruby::
	find debian/$(cdbs_curpkg)/usr/share/doc/libopengl-ruby/examples \
	  -type f -exec chmod a-x {} \;