xref: /libbtbb/packaging/libbtbb.spec (revision 29daedccddb5412f36a794cdda4ad13c170d9836)
1#
2#Copyright 2013 Dominic Spill
3#
4#This file is part of libbtbb
5#
6#This program is free software; you can redistribute it and/or modify
7#it under the terms of the GNU General Public License as published by
8#the Free Software Foundation; either version 2, or (at your option)
9#any later version.
10#
11#This program is distributed in the hope that it will be useful,
12#but WITHOUT ANY WARRANTY; without even the implied warranty of
13#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14#GNU General Public License for more details.
15#
16#You should have received a copy of the GNU General Public License
17#along with libbtbb; see the file COPYING.  If not, write to
18#the Free Software Foundation, Inc., 51 Franklin Street,
19#Boston, MA 02110-1301, USA.
20#
21
22Summary: Bluetooth baseband library
23Name: libbtbb
24Version: 2012.10
25Release: 3
26License: GPL-2.0+
27Source: http://sourceforge.net/projects/libbtbb/files/libbtbb-2012-10-R3.tar.gz
28URL: http://libbtbb.sf.net
29#BuildRoot: %{_tmppath}/%{name}-%{version}-build
30
31%description
32A library for decoding and processing Bluetooth baseband packets.
33It can be used with any raw bitstream receiver, such as Ubertooth or
34gr-bluetooth.
35%prep
36%setup
37mv libbtbb-2012-10-R3 libbtbb-2012.10
38
39%build
40make %{?_smp_mflags}
41
42%install
43make DESTDIR=%{buildroot} install
44
45%files
46/usr/lib/libbtbb.so
47/usr/lib/libbtbb.so.0
48/usr/lib/libbtbb.so.0.1
49