From d6458b66aab2b84ff7d5a800b1e603f25181d723 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 31 Jan 2010 15:09:58 +0000 Subject: inclus xmppy0.5-RC1 avec les sources, sinon c'est chiant. --- src/xmpppy-0.5.0rc1/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/xmpppy-0.5.0rc1/Makefile (limited to 'src/xmpppy-0.5.0rc1/Makefile') diff --git a/src/xmpppy-0.5.0rc1/Makefile b/src/xmpppy-0.5.0rc1/Makefile new file mode 100644 index 00000000..b2d7c3f5 --- /dev/null +++ b/src/xmpppy-0.5.0rc1/Makefile @@ -0,0 +1,7 @@ + +#MODULESDIR=/usr/lib/($PYTHONVERSION)/site-packages + +install: + # Add here commands to install the package into debian/python-xmpp + [ -d $(MODULESDIR)/xmpp ] || mkdir $(MODULESDIR)/xmpp + install -m 0644 xmpp/*py $(MODULESDIR)/xmpp -- cgit v1.2.3