]> git.pld-linux.org Git - packages/bbrun.git/blob - bbrun.spec
- pl fix, back to gpm-friendly Source0 URL
[packages/bbrun.git] / bbrun.spec
1 Summary:        A simple run window with dropdown history list
2 Summary(pl):    Proste okienko uruchamiania z rozwijan± list± historii
3 Name:           bbrun
4 Version:        1.6
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://www.darkops.net/bbrun/%{name}-%{version}.tar.gz
9 # Source0-md5:  820960e3d52ddf2d5cf7e4ba51821bfd
10 URL:            http://www.darkops.net/bbrun/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  gtk+2-devel >= 2.0.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 BBrun is a run utility for BlackBox which can be run in the slit or in
17 withdrawn mode so that it can be bound to a keystroke from bbkeys. It
18 also features a history list of the most recent commands.
19
20 %description -l pl
21 BBrun to narzêdzie do uruchamiania dla BlackBoksa. Mo¿e byæ
22 uruchamiane w szparze lub w trybie cofniêtym, wiêc mo¿e byæ przypisane
23 do klawisza z bbkeys. Ma tak¿e listê historii ostatnio wywo³ywanych
24 poleceñ.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__make} -C bbrun \
31         CC="%{__cc}" \
32         CFLAGS="%{rpmcflags} `pkg-config --cflags gtk+-2.0`"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -D %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc Changelog README
44 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.499323 seconds and 4 git commands to generate.