File: rules

package info (click to toggle)
eterm 0.9.4.0debian1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,900 kB
  • ctags: 2,258
  • sloc: ansic: 27,711; sh: 11,296; asm: 365; makefile: 142; perl: 74
file content (17 lines) | stat: -rwxr-xr-x 439 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

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

DEB_DH_SHLIBDEPS_ARGS = -L libEterm -l debian/tmp/usr/lib/
DEB_DESTDIR = $(CURDIR)/debian/tmp
DEB_CONFIGURE_EXTRA_FLAGS = \
	--enable-xim \
	--with-backspace=del \
	--with-delete=execute \
	--enable-share=yes \
	--enable-static=no \
	--enable-mmx=no \
	--enable-multi-charset=unicode \
	--enable-escreen \
	--with-pty-group=tty