mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-18 08:57:02 +00:00
Merge branch 'feature-debbuild' of https://github.com/axet/miniupnp
This commit is contained in:
commit
d24eaf9158
1
miniupnpc/.gitignore
vendored
1
miniupnpc/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
deb_dist/
|
||||||
build/
|
build/
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
@ -204,6 +204,20 @@ jnaerator-0.9.3.jar:
|
|||||||
jar: $(SHAREDLIBRARY) $(JNAERATOR)
|
jar: $(SHAREDLIBRARY) $(JNAERATOR)
|
||||||
$(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
|
$(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: /usr/share/pyshared/stdeb all
|
||||||
|
(python setup.py --command-packages=stdeb.command bdist_deb)
|
||||||
|
|
||||||
|
# install .deb packages
|
||||||
|
ideb:
|
||||||
|
(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
|
minihttptestserver: minihttptestserver.o
|
||||||
|
|
||||||
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user