]> git.pld-linux.org Git - SPECS.git/blob - wmpiki.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / wmpiki.spec
1 Summary:        Hosts activity checker
2 Summary(pl.UTF-8):      Monitor aktywności hostów
3 Name:           wmpiki
4 Version:        0.2.4
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Window Managers/Tools
8 Source0:        http://clay.ll.pl/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  119c87de9c0f2aa2e496a9797b1e9055
10 Source1:        %{name}.desktop
11 Patch0:         %{name}-home_etc.patch
12 URL:            http://clay.ll.pl/dockapps.html
13 BuildRequires:  XFree86-devel
14 Requires:       iputils-ping
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Wmpiki is a dockapp which checks and displays small leds for indicate
19 hosts activity (up to eight hosts).
20
21 %description -l pl.UTF-8
22 Wmpiki jest apletem, który sprawdza i przy pomocy małych diod wskazuje
23 aktywność hostów w sieci (do ośmiu hostów).
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__make} \
31         CFLAGS="%{rpmcflags} -Wall" \
32         LIBS="-L/usr/X11R6/%{_lib} -lXpm -lXext -lX11"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_bindir}
37 install -d $RPM_BUILD_ROOT%{_desktopdir}/docklets
38
39 install %{name} $RPM_BUILD_ROOT%{_bindir}
40 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog README
48 %attr(755,root,root) %{_bindir}/*
49 %{_desktopdir}/docklets/*
This page took 0.0367 seconds and 3 git commands to generate.