commit | 6397d53264c02915a8f43205f885664fd988e2af | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed May 07 19:25:04 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 08 22:30:21 2014 -0700 |
tree | 184f4619ce039c4c30812d2090df5609c33b6f8a | |
parent | 6e581d55998278b1139793c453d98f5746818379 [diff] [blame] |
ndn-cxx: New package
diff --git a/ndn-cxx/Makefile b/ndn-cxx/Makefile new file mode 100644 index 0000000..ce02bab --- /dev/null +++ b/ndn-cxx/Makefile
@@ -0,0 +1,16 @@ +# URL for git clone +GIT_URL=https://github.com/named-data/ndn-cxx.git + +# Tag name or commit hash for checkout +GIT_VERSION=ndn-cxx-0.1.0 + +# Package name +NAME=ndn-cxx + +# Package version +VERSION=0.1.0 + +# PPA version +PPA_VERSION=1 + +include ../packaging.mk