Alexander Afanasyev | 469cbcd | 2014-05-08 01:25:11 -0700 | [diff] [blame] | 1 | # URL for git clone |
| 2 | GIT_URL=https://github.com/named-data/NFD.git |
| 3 | |
| 4 | # Tag name or commit hash for checkout |
Alexander Afanasyev | 79e2b66 | 2018-05-07 06:07:25 +0000 | [diff] [blame] | 5 | GIT_VERSION=NFD-0.6.2 |
Alexander Afanasyev | 469cbcd | 2014-05-08 01:25:11 -0700 | [diff] [blame] | 6 | |
| 7 | # Package name |
| 8 | NAME=nfd |
| 9 | |
| 10 | # Package version |
Alexander Afanasyev | 79e2b66 | 2018-05-07 06:07:25 +0000 | [diff] [blame] | 11 | VERSION=0.6.2 |
Alexander Afanasyev | 469cbcd | 2014-05-08 01:25:11 -0700 | [diff] [blame] | 12 | |
| 13 | # PPA version |
Alexander Afanasyev | fcaae2c | 2018-02-11 20:56:05 +0000 | [diff] [blame] | 14 | PPA_VERSION=1 |
Alexander Afanasyev | 469cbcd | 2014-05-08 01:25:11 -0700 | [diff] [blame] | 15 | |
| 16 | include ../packaging.mk |