File: rules

package info (click to toggle)
libtrollop-ruby 1.9-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 104 kB
  • ctags: 85
  • sloc: ruby: 1,132; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

install:
	dh $@
	install -m 644 lib/trollop.rb `pwd`/debian/`dh_listpackages`/usr/lib/ruby/1.8

binary: binary-indep
binary-indep: install

%:
	dh $@