xref: /libbtbb/packaging/Portfile (revision 25d64f63a355f4c01d10cf4f69da1c2246b040d9)
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
4PortSystem          1.0
5PortGroup           cmake 1.0
6PortGroup           github 1.0
7
8github.setup        greatscottgadgets libbtbb 2014-02-R2
9categories          net security
10platforms           darwin
11maintainers         gmail.com:dominicgs
12license             GPL-2+
13
14description         Bluetooth Baseband Decoding Library
15
16long_description \
17    LibBTBB is a Bluetooth Baseband processing library that supports Basic \
18    Rate and Bluetooth Smart (BLE) packets. It is used by the Ubertooth and \
19    gr-bluetooth packet sniffer implementations.
20
21homepage            https://github.com/greatscottgadgets/libbtbb
22
23checksums           rmd160  0adc5d59e611509cdcf8959be8b6e31704529e48 \
24                    sha256  04a187b6f17836437e5f9deecb0b643c75ec0eafce671e373d1d4c13fc104984
25
26configure.dir       ${workpath}/build
27build.dir           ${configure.dir}
28
29post-extract {
30    file mkdir ${configure.dir}
31}
32
33configure.post_args ../${name}-${version}
34configure.args-append -DPACKAGE_MANAGER=1