]> git.pld-linux.org Git - packages/fbdesk.git/blob - fbdesk.spec
- BR: libtool, pkgconfig
[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:  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
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.12046 seconds and 3 git commands to generate.