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 | f1889a7 | 2014-12-18 23:38:12 -0800 | [diff] [blame] | 5 | GIT_VERSION=93d9ec37eabd7a9866cc3e249452ef8464234577 |
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 | f1889a7 | 2014-12-18 23:38:12 -0800 | [diff] [blame] | 11 | VERSION=0.2.0~rc0.1 |
Syed Obaid | acc28bc | 2014-06-24 17:13:33 -0700 | [diff] [blame] | 12 | |
| 13 | # PPA version |
Alexander Afanasyev | 3441206 | 2014-08-25 12:35:54 -0700 | [diff] [blame] | 14 | PPA_VERSION=1 |
Syed Obaid | acc28bc | 2014-06-24 17:13:33 -0700 | [diff] [blame] | 15 | |
| 16 | include ../packaging.mk |