]> git.pld-linux.org Git - packages/dhcpcd-ui.git/commitdiff
- new auto/th/dhcpcd-ui-0_5_1-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 16 Jul 2010 18:47:54 +0000 (18:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-ui.spec -> 1.1

dhcpcd-ui.spec [new file with mode: 0644]

diff --git a/dhcpcd-ui.spec b/dhcpcd-ui.spec
new file mode 100644 (file)
index 0000000..1555f93
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Desktop notification and configuration for dhcpcd
+Name:          dhcpcd-ui
+Version:       0.5.1
+Release:       1
+License:       BSD
+Group:         Libraries
+Source0:       http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
+# Source0-md5: a42b15650de093bcd3dd60fb94a483f7
+URL:           http://roy.marples.name/projects/dhcpcd-ui/wiki
+BuildRequires: gtk+2
+Requires:      dhcpcd-dbus
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dhcpcd-ui is a GTK+ monitor and configuration GUI for dhcpcd. It uses
+dhcpcd-dbus to actually talk to dhcpcd and wpa_supplicant.
+
+dhcpcd-ui sits in the notification area, it's icon representing the
+overall network state. When attempting to negotiate an address you get
+a nice animation. A notification bubble is also shown per interface
+state change.
+
+A drop down menu shows available Access Points, which one your
+connected to, if they're encrypted or not and their overall quality.
+You can click on one to configure the PSK or WEP key 0 for it.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/dhcpcd-gtk
+%{_datadir}/gnome/autostart/dhcpcd-gtk.desktop
+%{_datadir}/dhcpcd
+%{_mandir}/man8/dhcpcd-gtk.8*
This page took 0.09653 seconds and 4 git commands to generate.