Alexander Afanasyev | f371f7d | 2014-05-24 17:07:01 -0700 | [diff] [blame] | 1 | # URL for git clone |
| 2 | GIT_URL=https://github.com/named-data/ndndump |
| 3 | |
| 4 | # Tag name or commit hash for checkout |
| 5 | GIT_VERSION=22f77ef777d7201b3677b04e6b1e0e85c45f0238 |
| 6 | |
| 7 | # Package name |
| 8 | NAME=ndndump |
| 9 | |
| 10 | # Package version |
Alexander Afanasyev | f97d566 | 2014-07-22 11:25:22 -0700 | [diff] [blame] | 11 | VERSION=0.0.1 |
Alexander Afanasyev | f371f7d | 2014-05-24 17:07:01 -0700 | [diff] [blame] | 12 | |
| 13 | # PPA version |
Alexander Afanasyev | f97d566 | 2014-07-22 11:25:22 -0700 | [diff] [blame] | 14 | PPA_VERSION=1 |
Alexander Afanasyev | f371f7d | 2014-05-24 17:07:01 -0700 | [diff] [blame] | 15 | |
| 16 | include ../packaging.mk |