-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsofutobanku.spec
More file actions
42 lines (33 loc) · 864 Bytes
/
sofutobanku.spec
File metadata and controls
42 lines (33 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Summary: Utility to setup Internet connection on Softbank Hikari
Name: sofutobanku
Version: 1.0
Release: 2
License: ASL 2.0
Group: System Environment/Base
Vendor: Kenny Root
Url: https://github.com/kruton/sofutobanku/
Source: sofutobanku-1.0.tar.gz
BuildRequires: cmake >= 3.10
BuildRequires: gtest-devel
BuildRequires: nettle-devel >= 2.6
BuildRequires: radcli-devel
%description
Sets up Internet connections for Softbank Hikari
%prep
%setup -q
%build
%cmake .
%make_build
%install
%make_install
%check
ctest -V %{?_smp_mflags}
%files
%defattr(755,root,root,-)
%{_sysconfdir}/sofutobanku/dibbler.sh
%{_sbindir}/sbradclient
%defattr(-,root,root,-)
%{_sysconfdir}/sofutobanku/dictionary.softbank
%changelog
* Mon Mar 5 2018 Kenny Root <kenny@the-b.org> 1.0.0-1
- First release.