Alexander Afanasyev | bcb1923 | 2014-05-09 11:03:18 -0700 | [diff] [blame] | 1 | # URL for git clone |
| 2 | GIT_URL=https://github.com/named-data/ndn-tlv-ping |
| 3 | |
| 4 | # Tag name or commit hash for checkout |
Alexander Afanasyev | 3e39932 | 2014-10-28 12:30:07 -0700 | [diff] [blame] | 5 | GIT_VERSION=38f1ea7698108bdd1cdbdd621316f020b8d0e4dc |
Alexander Afanasyev | bcb1923 | 2014-05-09 11:03:18 -0700 | [diff] [blame] | 6 | |
| 7 | # Package name |
| 8 | NAME=ndn-tlv-ping |
| 9 | |
| 10 | # Package version |
Alexander Afanasyev | 3e39932 | 2014-10-28 12:30:07 -0700 | [diff] [blame] | 11 | VERSION=0.1.3 |
Alexander Afanasyev | bcb1923 | 2014-05-09 11:03:18 -0700 | [diff] [blame] | 12 | |
| 13 | # PPA version |
Alexander Afanasyev | 3441206 | 2014-08-25 12:35:54 -0700 | [diff] [blame] | 14 | PPA_VERSION=1 |
Alexander Afanasyev | bcb1923 | 2014-05-09 11:03:18 -0700 | [diff] [blame] | 15 | |
| 16 | include ../packaging.mk |