]> git.pld-linux.org Git - packages/bbmail.git/blob - bbmail.spec
- new cute package
[packages/bbmail.git] / bbmail.spec
1 Summary:        A mail notification program designed for blackbox
2 Summary(pl):    Powiadamiacz o poczcie zaprojektowany dla blackboksa
3 Name:           bbmail
4 Version:        0.8.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
11 URL:            http://bbtools.windsofstorm.net/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 bbmail is a tool which notifies you about arriving mail. It works great with
22 blackbox window manager, becouse it use it's theme, but it can also work
23 with other.
24 bbmail can use multiple mailboxes (in many types), it is highly configurable.
25
26 %description -l pl
27 bbmail jest programem powiadamiaj±cym o przychodz±cej poczcie. Wspólpracuje
28 z zarz±dca okien blackbox, u¿ywaj±c jego ustawieñ wygl±du, aczkolwiek mo¿e te¿
29 dzia³aæ z innym.
30 Obs³uguje wiele skrzynek pocztowych (w ró¿nych formatach), jest wysoce
31 konfigurowalny.
32
33 %prep
34 %setup -q
35
36 %build
37 aclocal
38 autoconf
39 automake -a -c
40 %configure
41 %{__make} CXX="%{__cc}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} DESTDIR=$RPM_BUILD_ROOT install
47
48 gzip -9nf AUTHORS BUGS README TODO ChangeLog
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc *.gz
56 %attr(755,root,root) %{_bindir}/bb*
57 %{_mandir}/*/*
58 %config %{_datadir}/bbtools/%{name}.*
This page took 0.091993 seconds and 3 git commands to generate.