]> git.pld-linux.org Git - packages/fbdesk.git/blob - fbdesk.spec
- fixed License, s/XFree86-xft-devel/xft-devel/, BR: libstdc++-devel
[packages/fbdesk.git] / fbdesk.spec
1 Summary:        Application to create and manage icons on fluxbox desktop
2 Summary(pl):    Aplikacja do tworzenia i zarz±dzania ikonami w fluxboksie
3 Name:           fbdesk
4 Version:        1.1.5
5 Release:        1
6 License:        BSD-like
7 Group:          X11/Window Managers/Tools
8 Source0:        http://fluxbox.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  c41319c9a2a03cf4d7d5e0586e57cba6
10 Patch0:         %{name}-XFT.patch
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libpng-devel
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  xft-devel
17 Requires:       fluxbox
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This package include an application to create and manage icons on
22 fluxbox desktop. It supports antialiasing, XPM and PNG icons. You can
23 put text above or below, at the left or right side icons. Supports
24 UTF-8.
25
26 %description -l pl
27 Ten pakiet zawiera narzêdzie do tworzenia i zarz±dzania ikonami na
28 pulpicie fluxboksa. Wspiera antyaliasing, ikony zarówno w formacie XPM
29 jak i PNG. Tekst mo¿e byæ umiejscowiony pod lub nad ikonami, z lewej
30 albo z prawej strony. Obs³uguje UTF-8.
31
32 %prep
33 %setup -q
34 %patch0 -p0
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT \
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING ChangeLog INSTALL README
55 %attr(755,root,root) %{_bindir}/*
This page took 0.068338 seconds and 3 git commands to generate.