]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - wpa_supplicant/wpa_supplicant.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / wpa_supplicant / wpa_supplicant.nm
CommitLineData
75e38195 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
75e38195
MT
4###############################################################################
5
802ea3af
MT
6name = wpa_supplicant
7version = 0.7.3
8release = 1
75e38195 9
802ea3af
MT
10groups = Sytem/Base
11url = http://hostap.epitest.fi/releases/
12license = BSD
13summary = WPA/WPA2/IEEE 802.1X Supplicant.
75e38195 14
802ea3af
MT
15description
16 wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with support
17 for WPA and WPA2 (IEEE 802.11i / RSN). Supplicant is the IEEE 802.1X/WPA
18 component that is used in the client stations. It implements key negotiation
19 with a WPA Authenticator and it controls the roaming and IEEE 802.11
75e38195 20 authentication/association of the wlan driver.
802ea3af
MT
21end
22
23source_dl = http://hostap.epitest.fi/releases/
24
25build
26 requires
27 dbus-devel
28 openssl-devel
29 pkg-config
30 end
31
32 build
33 # Copy our config file for build
34 cp %{DIR_SOURCE}/wpa_supplicant.config %{DIR_APP}/wpa_supplicant/.config
35
36 # Build wpa_supplicant
37 cd %{DIR_APP}/wpa_supplicant && make %{PARALLELISMFLAGS}
38 end
39
40 install
41 mkdir -pv %{BUILDROOT}/etc/wpa_supplicant
42 mkdir -pv %{BUILDROOT}/usr/sbin
43
44 # Install config file
45 install -D -m 0600 %{DIR_SOURCE}/wpa_supplicant.conf %{BUILDROOT}/etc/wpa_supplicant
46
47 # Install binaries
48 install -m 0755 %{DIR_APP}/wpa_supplicant/wpa_passphrase %{BUILDROOT}/usr/sbin
49 install -m 0755 %{DIR_APP}/wpa_supplicant/wpa_cli %{BUILDROOT}/usr/sbin
50 install -m 0755 %{DIR_APP}/wpa_supplicant/wpa_supplicant %{BUILDROOT}/usr/sbin
51 end
52end
53
54packages
55 package %{name}
56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end