commit | 469cbcda89ee8cefdc8de4ebb267df0433d03b32 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 08 01:25:11 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 08 22:30:25 2014 -0700 |
tree | e3a1843e5ee9fb158e79c94e58adbf622befdec5 | |
parent | 6397d53264c02915a8f43205f885664fd988e2af [diff] [blame] |
nfd: New package
diff --git a/nfd/Makefile b/nfd/Makefile new file mode 100644 index 0000000..11ead93 --- /dev/null +++ b/nfd/Makefile
@@ -0,0 +1,16 @@ +# URL for git clone +GIT_URL=https://github.com/named-data/NFD.git + +# Tag name or commit hash for checkout +GIT_VERSION=NFD-0.1.0 + +# Package name +NAME=nfd + +# Package version +VERSION=0.1.0 + +# PPA version +PPA_VERSION=0.1 + +include ../packaging.mk