]> git.pld-linux.org Git - packages/fbdesk.git/blob - fbdesk.spec
6ce4c3c88259f16d8d19af4b2893e58410659d97
[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.2.1
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:  382a32a6e26b3f3d3a647fa4bdc81b7a
10 Source1:        xft.m4
11 URL:            http://www.fluxbox.org/fbdesk/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libpng-devel
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  xft-devel
18 Requires:       fluxbox
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This package include an application to create and manage icons on
23 fluxbox desktop. It supports antialiasing, XPM and PNG icons. You can
24 put text above or below, at the left or right side icons. Supports
25 UTF-8.
26
27 %description -l pl
28 Ten pakiet zawiera narzêdzie do tworzenia i zarz±dzania ikonami na
29 pulpicie fluxboksa. Wspiera antyaliasing, ikony zarówno w formacie XPM
30 jak i PNG. Tekst mo¿e byæ umiejscowiony pod lub nad ikonami, z lewej
31 albo z prawej strony. Obs³uguje UTF-8.
32
33 %prep
34 %setup -q
35 install %{SOURCE1} .
36
37 %build
38 %{__aclocal} -I .
39 %{__autoconf}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc COPYING ChangeLog INSTALL README
56 %attr(755,root,root) %{_bindir}/*
This page took 0.027321 seconds and 2 git commands to generate.