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