blob: 883dfc4a96165d6368f9030f6962225c6cd79ab5 [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 Afanasyev55409f32015-05-12 23:24:26 -07007github.setup named-data repo-ng a79c778ae133c92ea691951877db81ee0a7b26c9
8checksums rmd160 5ced3694f6f495645eb94766877c7417690915e8 \
9 sha256 e158d03d1a1b40098088c801920626e4bbdb35e557d4f30a6e9c016cead07fb4
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070010
11name repo-ng
12homepage https://github.com/named-data/repo-ng
13license GPL-3+
Alexander Afanasyev55409f32015-05-12 23:24:26 -070014version 0.0.7
Alexander Afanasyeve1a35c32015-02-20 14:12:38 -080015revision 1
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070016
17categories net
18platforms darwin
19maintainers ucla.edu:alexander.afanasyev
20
21description Next generation of NDN repository
22
23long_description repo-ng is an implementation of a Named Data Networking data repository. \
24 The repo-ng follows Repo protocol of NDN. The specification of repo protocol \
25 is: http://redmine.named-data.net/projects/repo-ng/wiki
26
27depends_lib-append port:ndn-cxx \
28 port:sqlite3
29
30depends_build-append port:pkgconfig
31
32use_configure yes
33
Alexander Afanasyevf716e072014-12-18 14:24:20 -080034configure.cxxflags-append -std=c++11
Alexander Afanasyeve1a35c32015-02-20 14:12:38 -080035configure.env-append PKG_CONFIG_PATH=${prefix}/lib/pkgconfig
Alexander Afanasyev5a3cf642014-05-07 01:39:10 -070036configure.cmd ./waf configure
37
38build.cmd ./waf
39build.target build
40
41destroot.cmd ./waf
42destroot.target install
43destroot.destdir --destdir=${destroot}