File: rules

package info (click to toggle)
easypg 0.0.16-2.1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 820 kB
  • ctags: 388
  • sloc: lisp: 3,899; sh: 797; makefile: 36
file content (17 lines) | stat: -rwxr-xr-x 485 bytes parent folder | download | duplicates (2)
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::
	[ ! -f Makefile ] || $(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