gajim-plural/debian/rules

16 lines
538 B
Plaintext
Raw Normal View History

2004-12-19 20:17:29 +01:00
#!/usr/bin/make -f
2005-07-01 18:24:29 +02:00
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
2005-07-01 18:59:51 +02:00
include /usr/share/cdbs/1/rules/simple-patchsys.mk
2004-12-19 20:17:29 +01:00
2006-05-06 18:28:04 +02:00
PYTHON = python2.4
PYTHONVER = 2.4
2005-07-01 18:24:29 +02:00
CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(PYTHONVER) -I.
LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0`
2004-12-19 20:17:29 +01:00
2006-05-06 18:28:04 +02:00
DEB_MAKE_BUILD_TARGET := all PYTHON=python2.4
DEB_MAKE_INSTALL_TARGET = install PYTHON=python2.4 PREFIX=/usr DESTDIR=$(DEB_DESTDIR)
2004-12-19 20:17:29 +01:00
2005-07-01 18:59:51 +02:00
binary-install/gajim::
2005-07-01 18:24:29 +02:00
dh_python -pgajim /usr/share/gajim/src