summaryrefslogtreecommitdiff
path: root/contrib/peer2anonet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/peer2anonet/Makefile')
-rw-r--r--contrib/peer2anonet/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/peer2anonet/Makefile b/contrib/peer2anonet/Makefile
new file mode 100644
index 0000000..e040bf5
--- /dev/null
+++ b/contrib/peer2anonet/Makefile
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+
+install-deb:
+ mkdir DEBIAN/peer2anonet
+ mkdir DEBIAN/peer2anonet/DEBIAN
+ mkdir DEBIAN/peer2anonet/usr
+ mkdir DEBIAN/peer2anonet/usr/bin
+ mkdir DEBIAN/peer2anonet/etc
+ mkdir DEBIAN/peer2anonet/etc/peer2anonet
+ cp DEBIAN/control DEBIAN/peer2anonet/DEBIAN/control
+ cp peer2anonet DEBIAN/peer2anonet/usr/bin/peer2anonet
+ chmod +x DEBIAN/peer2anonet/usr/bin/peer2anonet
+ cp LICENSE DEBIAN/peer2anonet/etc/peer2anonet/LICENSE
+ DEBIAN/configure
+ dpkg-deb --build DEBIAN/peer2anonet
+ dpkg -i DEBIAN/peer2anonet.deb
+ rm -rf DEBIAN/peer2anonet DEBIAN/peer2anonet.deb
+
+install:
+ cp peer2anonet /usr/bin/peer2anonet
+ chmod +x /usr/bin/peer2anonet
+ mkdir /etc/peer2anonet
+ cp LICENSE /etc/peer2anonet/LICENSE
+ ./configure
+
+uninstall:
+ rm -r /usr/bin/peer2anonet /etc/peer2anonet