File: Makefile

package info (click to toggle)
nagios-plugins-rabbitmq 1%3A1.2.0-2.2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 244 kB
  • ctags: 8
  • sloc: perl: 980; sh: 24; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sources: build
	./Build dist

build: 
	perl Build.PL

clean: build
	./Build distclean
	@rm -f nagios-plugins-rabbitmq-*.tar.gz RabbitMQ-API-*.tar.gz _build
	$(RM) META.json META.yml

install:
	mkdir -p $(DESTDIR)/usr/lib/nagios/plugins-rabbitmq
	cp scripts/* $(DESTDIR)/usr/lib/nagios/plugins-rabbitmq/
	rsync -a etc $(DESTDIR)