Syed Obaid | acc28bc | 2014-06-24 17:13:33 -0700 | [diff] [blame] | 1 | # URL for git clone |
| 2 | GIT_URL=https://github.com/named-data/NLSR |
| 3 | |
| 4 | # Tag name or commit hash for checkout |
Alexander Afanasyev | 8941d5f | 2016-10-05 05:55:42 +0000 | [diff] [blame] | 5 | GIT_VERSION=2b057af9e1a695bb72a662b22cc1e8be200356f3 |
Syed Obaid | acc28bc | 2014-06-24 17:13:33 -0700 | [diff] [blame] | 6 | |
| 7 | # Package name |
| 8 | NAME=nlsr |
| 9 | |
| 10 | # Package version |
Alexander Afanasyev | 8941d5f | 2016-10-05 05:55:42 +0000 | [diff] [blame] | 11 | VERSION=0.3.0-13-g2b057af |
Syed Obaid | acc28bc | 2014-06-24 17:13:33 -0700 | [diff] [blame] | 12 | |
| 13 | # PPA version |
Alexander Afanasyev | 6fb2927 | 2015-08-31 11:04:01 -0700 | [diff] [blame] | 14 | PPA_VERSION=1 |
Syed Obaid | acc28bc | 2014-06-24 17:13:33 -0700 | [diff] [blame] | 15 | |
| 16 | include ../packaging.mk |