File: rules

package info (click to toggle)
eggdrop 1.6.20-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,020 kB
  • sloc: ansic: 56,566; sh: 4,560; tcl: 2,747; makefile: 1,506
file content (15 lines) | stat: -rwxr-xr-x 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_CONFIGURE_SCRIPT_ENV :=
DEB_INSTALL_MANPAGES_eggdrop-data := doc/man1/eggdrop.1
DEB_MAKE_INSTALL_TARGET := install prefix=$(DEB_DESTDIR)/usr

configure/eggdrop::
	$(MAKE) config

binary-post-install/eggdrop::
	cd debian/eggdrop/usr/bin && mv eggdrop-1.6.20 eggdrop