Alexander Afanasyev | 5a3cf64 | 2014-05-07 01:39:10 -0700 | [diff] [blame] | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
| 2 | # $Id$ |
| 3 | |
| 4 | PortSystem 1.0 |
| 5 | PortGroup github 1.0 |
| 6 | |
| 7 | github.setup named-data repo-ng ca32918106c25a7b39ae1d5636aac8377c1d33ca |
| 8 | checksums rmd160 bab134f077eaf8eec479054655f72125d584de93 \ |
| 9 | sha256 bb0680ce2e2892ba035872160bf8af94b412b22eed8c06a47f3abd16e57dfa51 |
| 10 | |
| 11 | name repo-ng |
| 12 | homepage https://github.com/named-data/repo-ng |
| 13 | license GPL-3+ |
| 14 | version 0.0.1 |
| 15 | |
| 16 | categories net |
| 17 | platforms darwin |
| 18 | maintainers ucla.edu:alexander.afanasyev |
| 19 | |
| 20 | description Next generation of NDN repository |
| 21 | |
| 22 | long_description repo-ng is an implementation of a Named Data Networking data repository. \ |
| 23 | The repo-ng follows Repo protocol of NDN. The specification of repo protocol \ |
| 24 | is: http://redmine.named-data.net/projects/repo-ng/wiki |
| 25 | |
| 26 | depends_lib-append port:ndn-cxx \ |
| 27 | port:sqlite3 |
| 28 | |
| 29 | depends_build-append port:pkgconfig |
| 30 | |
| 31 | use_configure yes |
| 32 | |
| 33 | configure.cmd ./waf configure |
| 34 | |
| 35 | build.cmd ./waf |
| 36 | build.target build |
| 37 | |
| 38 | destroot.cmd ./waf |
| 39 | destroot.target install |
| 40 | destroot.destdir --destdir=${destroot} |