]> git.pld-linux.org Git - packages/fbpager.git/blob - fbpager.spec
- working mirror for source0
[packages/fbpager.git] / fbpager.spec
1 Summary:        a pager application for the Fluxbox window manager
2 Name:           fbpager
3 Version:        0.1.4
4 Release:        1
5 License:        MIT
6 Group:          X11/Window Managers/Tools
7 # Source0:      http://fluxbox.org/download/%{name}-%{version}.tar.gz
8 Source0:        ftp://ftp.man.szczecin.pl/pub/FreeBSD/ports/distfiles/%{name}-%{version}.tar.gz
9 # Source0-md5:  89aac82e217ef366634dfd768b1b5dff
10 Patch0:         %{name}-gcc43.patch
11 Patch1:         %{name}-namespace.patch
12 URL:            http://fluxbox.sourceforge.net/fbpager/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 fbpager is a pager for Fluxbox with support of the following features:
17
18   - mouse gestures with button binding
19   - great number of configuration items
20   - alpha channel transparency
21   - ability to reside in the slit
22
23 %prep
24 %setup -q
25 %patch0 -p0
26 %patch1 -p0
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 # create directories if necessary
35 #install -d $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS ChangeLog NEWS README TODO
46 %attr(755,root,root) %{_bindir}/*
This page took 0.106183 seconds and 4 git commands to generate.