]> git.pld-linux.org Git - SPECS.git/blob - wmmaiload.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / wmmaiload.spec
1 Summary:        A dockapp to monitor mailboxes
2 Summary(pl.UTF-8):      Aplet monitorujący skrzynki pocztowe
3 Name:           wmmaiload
4 Version:        1.0.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://tnemeth.free.fr/projets/programmes/%{name}-%{version}.tar.gz
9 # Source0-md5:  bf4d0274a99a610d2f22442a06903eec
10 Source1:        %{name}.desktop
11 URL:            http://tnemeth.free.fr/projets/dockapps.html
12 BuildRequires:  XFree86-devel
13 BuildRequires:  automake
14 BuildRequires:  gtk+-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 WMMaiLoad is a program to monitor mailboxes. It is a dockapp that is
19 supported by window menagers such as Window Maker, AfterStep,
20 BlackBox, and Enlightenment. It has an LCD look-alike user interface.
21 The new mails number is displayed in the top half and the total mails
22 number is in the bottom half. If there is new mail, an alarm-mode will
23 alert you by turning on and off back-light.
24
25 %description -l pl.UTF-8
26 WMMailLoad jest programem monitorującym skrzynki pocztowe. Jest to
27 aplet wspierany przez takich zarządców okien jak Window Maker,
28 AfterStep, BlackBox i Enlightenment. Posiada interfejs użytkownika
29 podobny do wyświetlacza LCD. Liczba nowych listów jest wyświetlana w
30 górnej części a całkowita liczba listów w dolnej połowie. Jeżeli
31 pojawi się nowy list, to tryb alarmowy ostrzeże o tym poprzez
32 włączanie i wyłączanie tylnego podświetlenia.
33
34 %prep
35 %setup -q
36
37 %build
38 cp -f %{_datadir}/automake/config.sub .
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_desktopdir}/docklets
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README TODO THANKS
57 %attr(755,root,root) %{_bindir}/*
58 %{_mandir}/man1/*
59 %{_desktopdir}/docklets/*
This page took 0.163189 seconds and 3 git commands to generate.