blob: ce02bab73bbcfab7c0d882e04bf934e5be5137e8 [file] [log] [blame]
Alexander Afanasyev6397d532014-05-07 19:25:04 -07001# URL for git clone
2GIT_URL=https://github.com/named-data/ndn-cxx.git
3
4# Tag name or commit hash for checkout
5GIT_VERSION=ndn-cxx-0.1.0
6
7# Package name
8NAME=ndn-cxx
9
10# Package version
11VERSION=0.1.0
12
13# PPA version
14PPA_VERSION=1
15
16include ../packaging.mk