blob: 559b4ca19c59db7d65dd9e720ac003dcea9aa9e9 [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 Afanasyevd47ce3f2015-07-01 19:23:16 -07007github.setup named-data repo-ng 6e818129190497de8851a6f2d0ae57dfcccb0f49
8checksums rmd160 d236fe10892edaae80bd49fad77b9ae2f1cfd301 \
9 sha256 9a2593bc3a68b418cb41f5a8bafa97c7724c842934b082a33e89d92f86328de1
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070010
11name repo-ng
12homepage https://github.com/named-data/repo-ng
13license GPL-3+
Alexander Afanasyevd47ce3f2015-07-01 19:23:16 -070014version 0.0.8
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 Afanasyeve1a35c32015-02-20 14:12:38 -080034configure.env-append PKG_CONFIG_PATH=${prefix}/lib/pkgconfig
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070035configure.cmd ./waf configure
36
37build.cmd ./waf
38build.target build
39
40destroot.cmd ./waf
41destroot.target install
42destroot.destdir --destdir=${destroot}