Alexander Afanasyev | 6397d53 | 2014-05-07 19:25:04 -0700 | [diff] [blame] | 1 | # URL for git clone |
| 2 | GIT_URL=https://github.com/named-data/ndn-cxx.git |
| 3 | |
| 4 | # Tag name or commit hash for checkout |
Alexander Afanasyev | 507b460 | 2017-01-26 04:00:32 +0000 | [diff] [blame] | 5 | GIT_VERSION=ndn-cxx-0.5.1 |
Alexander Afanasyev | 6397d53 | 2014-05-07 19:25:04 -0700 | [diff] [blame] | 6 | |
| 7 | # Package name |
| 8 | NAME=ndn-cxx |
| 9 | |
| 10 | # Package version |
Alexander Afanasyev | 507b460 | 2017-01-26 04:00:32 +0000 | [diff] [blame] | 11 | VERSION=0.5.1 |
Alexander Afanasyev | 6397d53 | 2014-05-07 19:25:04 -0700 | [diff] [blame] | 12 | |
| 13 | # PPA version |
Alexander Afanasyev | 507b460 | 2017-01-26 04:00:32 +0000 | [diff] [blame] | 14 | PPA_VERSION=4 |
Alexander Afanasyev | 6397d53 | 2014-05-07 19:25:04 -0700 | [diff] [blame] | 15 | |
| 16 | include ../packaging.mk |