File: rules

package info (click to toggle)
easypg 0.0.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 448 kB
  • ctags: 318
  • sloc: lisp: 2,960; sh: 532; makefile: 33
file content (17 lines) | stat: -rwxr-xr-x 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes

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

clean::
	-$(MAKE) distclean
	-rm -f Makefile.in aclocal.m4 configure depcomp install-sh missing

configure/easypg::
	autoreconf -f -i
	./configure --prefix=/usr --with-lispdir=/usr/share/emacs/site-lisp

install/easypg::
	install -m 644 COMPILE $(DEB_DESTDIR)usr/share/emacs/site-lisp/easypg
	install -m 644 *.el $(DEB_DESTDIR)usr/share/emacs/site-lisp/easypg