xref: /libbtbb/packaging/Portfile (revision e9577ef925cc7b07973189953ab9146e2700edeb)
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-R1
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  255dc57646be0b824cfe9ef4347e133384eaac35 \
24                    sha256  91a0dafcb9911d6ca4959fdd8d2aaa5d2cfa76c9754757505898def08da7d5a3
25
26configure.dir       ${workpath}/build
27build.dir           ${configure.dir}
28
29post-extract {
30    file mkdir ${configure.dir}
31}
32