]> git.pld-linux.org Git - packages/bbrun.git/blob - bbrun.spec
a268a30294e6cc2a556bb8e20443a124711ddc97
[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/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  d31cecada7d39b894bdf6012c6bae98a
10 URL:            http://www.darkops.net/bbrun/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  gtk+2-devel
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 przypisany
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.132484 seconds and 2 git commands to generate.