]> git.pld-linux.org Git - packages/dhcpcd-ui.git/blame - dhcpcd-ui.spec
- new
[packages/dhcpcd-ui.git] / dhcpcd-ui.spec
CommitLineData
818e4b5c
ER
1Summary: Desktop notification and configuration for dhcpcd
2Name: dhcpcd-ui
3Version: 0.5.1
4Release: 1
5License: BSD
6Group: Libraries
7Source0: http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
8# Source0-md5: a42b15650de093bcd3dd60fb94a483f7
9URL: http://roy.marples.name/projects/dhcpcd-ui/wiki
10BuildRequires: gtk+2
11Requires: dhcpcd-dbus
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15dhcpcd-ui is a GTK+ monitor and configuration GUI for dhcpcd. It uses
16dhcpcd-dbus to actually talk to dhcpcd and wpa_supplicant.
17
18dhcpcd-ui sits in the notification area, it's icon representing the
19overall network state. When attempting to negotiate an address you get
20a nice animation. A notification bubble is also shown per interface
21state change.
22
23A drop down menu shows available Access Points, which one your
24connected to, if they're encrypted or not and their overall quality.
25You 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
35rm -rf $RPM_BUILD_ROOT
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -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.069713 seconds and 4 git commands to generate.