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