blob: 84c5df446c33f4dca0f88fbc3b69c15b14e40633 [file] [log] [blame]
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -07001# -*- 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
4PortSystem 1.0
5PortGroup github 1.0
6
Alexander Afanasyevf716e072014-12-18 14:24:20 -08007github.setup named-data repo-ng 595b2bd4020e8c43baf54396eb2c08e1e26fe1ce
8checksums rmd160 fb420bb8c8ac6fc5d9f99f337dcf40a9eca68919 \
9 sha256 e33a14431d7a342caa0b9601ee10e44144faf393ed4c5c3e48d21dcb22b57c09
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070010
11name repo-ng
12homepage https://github.com/named-data/repo-ng
13license GPL-3+
Alexander Afanasyevf716e072014-12-18 14:24:20 -080014version 0.0.6
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070015
16categories net
17platforms darwin
18maintainers ucla.edu:alexander.afanasyev
19
20description Next generation of NDN repository
21
22long_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
26depends_lib-append port:ndn-cxx \
27 port:sqlite3
28
29depends_build-append port:pkgconfig
30
31use_configure yes
32
Alexander Afanasyevf716e072014-12-18 14:24:20 -080033configure.cxxflags-append -std=c++11
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070034configure.cmd ./waf configure
35
36build.cmd ./waf
37build.target build
38
39destroot.cmd ./waf
40destroot.target install
41destroot.destdir --destdir=${destroot}