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