ndn-traffic-generator: New package
diff --git a/ndn-traffic-generator/Makefile b/ndn-traffic-generator/Makefile
new file mode 100644
index 0000000..21b3305
--- /dev/null
+++ b/ndn-traffic-generator/Makefile
@@ -0,0 +1,16 @@
+# URL for git clone
+GIT_URL=https://github.com/named-data/ndn-traffic-generator
+
+# Tag name or commit hash for checkout
+GIT_VERSION=420dbf0462f2e27f5140358237d41c69252b275b
+
+# Package name
+NAME=ndn-traffic-generator
+
+# Package version
+VERSION=0.0.0
+
+# PPA version
+PPA_VERSION=1
+
+include ../packaging.mk