]> git.pld-linux.org Git - SPECS.git/blob - hostap-utils.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / hostap-utils.spec
1 Summary:        HostAP utils
2 Summary(es.UTF-8):      Herramientas HostAP
3 Summary(pl.UTF-8):      Narzędzia dla HostAP
4 Name:           hostap-utils
5 Version:        0.4.7
6 Release:        3
7 License:        GPL v2
8 Group:          Applications/System
9 Source0:        http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
10 # Source0-md5:  afe041581b8f01666e353bec20917c85
11 URL:            http://hostap.epitest.fi/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Tools for HostAP and WLAN.
16
17 %description -l es.UTF-8
18 Unas herramientas para HostAP y WLAN.
19
20 %description -l pl.UTF-8
21 Narzędzia dla HostAP i sieci bezprzewodowych.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         CFLAGS="%{rpmcflags}" \
30         LDFLAGS="%{rpmldflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT/sbin
35
36 install hostap_{crypt_conf,diag,io_debug,rid} $RPM_BUILD_ROOT/sbin
37 install prism2_{param,srec} $RPM_BUILD_ROOT/sbin
38 install split_combined_hex $RPM_BUILD_ROOT/sbin
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc ChangeLog README
46 %attr(755,root,root) /sbin/hostap_*
47 %attr(755,root,root) /sbin/prism2_*
48 %attr(755,root,root) /sbin/split_combined_hex
This page took 0.750447 seconds and 3 git commands to generate.