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