]> git.pld-linux.org Git - packages/dhcpcd-ui.git/blob - dhcpcd-ui.spec
- new
[packages/dhcpcd-ui.git] / dhcpcd-ui.spec
1 Summary:        Desktop notification and configuration for dhcpcd
2 Name:           dhcpcd-ui
3 Version:        0.5.1
4 Release:        1
5 License:        BSD
6 Group:          Libraries
7 Source0:        http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
8 # Source0-md5:  a42b15650de093bcd3dd60fb94a483f7
9 URL:            http://roy.marples.name/projects/dhcpcd-ui/wiki
10 BuildRequires:  gtk+2
11 Requires:       dhcpcd-dbus
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 dhcpcd-ui is a GTK+ monitor and configuration GUI for dhcpcd. It uses
16 dhcpcd-dbus to actually talk to dhcpcd and wpa_supplicant.
17
18 dhcpcd-ui sits in the notification area, it's icon representing the
19 overall network state. When attempting to negotiate an address you get
20 a nice animation. A notification bubble is also shown per interface
21 state change.
22
23 A drop down menu shows available Access Points, which one your
24 connected to, if they're encrypted or not and their overall quality.
25 You can click on one to configure the PSK or WEP key 0 for it.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README
45 %attr(755,root,root) %{_bindir}/dhcpcd-gtk
46 %{_datadir}/gnome/autostart/dhcpcd-gtk.desktop
47 %{_datadir}/dhcpcd
48 %{_mandir}/man8/dhcpcd-gtk.8*
This page took 0.059327 seconds and 3 git commands to generate.