From 61ffe81818186c5232688e047d436ec44c0e0a2b Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 18 Jan 2012 21:37:00 +0400 Subject: [PATCH] install helpers --- miniupnpc/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/miniupnpc/Makefile b/miniupnpc/Makefile index f3863fa..1d217c5 100644 --- a/miniupnpc/Makefile +++ b/miniupnpc/Makefile @@ -196,12 +196,18 @@ jar: $(SHAREDLIBRARY) $(JAVA) -jar $(JNAERATOR) -library miniupnpc miniupnpc.h declspec.h upnpcommands.h upnpreplyparse.h igd_desc_parse.h miniwget.h upnperrors.h $(SHAREDLIBRARY) -package fr.free.miniupnp -o . -jar java/miniupnpc_$(OS).jar -v # make .deb packages -deb: - python setup.py --command-packages=stdeb.command bdist_deb +deb: /usr/share/pyshared/stdeb all + (python setup.py --command-packages=stdeb.command bdist_deb) # install .deb packages ideb: - sudo dpkg -i deb_dist/*.deb + (sudo dpkg -i deb_dist/*.deb) + +/usr/share/pyshared/stdeb: /usr/share/doc/python-all-dev + (sudo apt-get install python-stdeb) + +/usr/share/doc/python-all-dev: + (sudo apt-get install python-all-dev) minihttptestserver: minihttptestserver.o