Skip to content
Snippets Groups Projects
Commit 794023af authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

build debian package with python2.4

parent 032786bf
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
PYTHONVER = `python -c 'import sys; print sys.version[:3]'`
PYTHON = python2.4
PYTHONVER = 2.4
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`
DEB_MAKE_BUILD_TARGET := all
DEB_MAKE_BUILD_TARGET := all PYTHON=python2.4
DEB_MAKE_INSTALL_TARGET = install PYTHON=python2.4 PREFIX=/usr DESTDIR=$(DEB_DESTDIR)
binary-install/gajim::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment