]> git.pld-linux.org Git - packages/bbrun.git/blob - bbrun.spec
- BR: pkgconfig
[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 >= 1:2.0.0
13 BuildRequires:  pkgconfig
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 BBrun is a run utility for BlackBox which can be run in the slit or in
18 withdrawn mode so that it can be bound to a keystroke from bbkeys. It
19 also features a history list of the most recent commands.
20
21 %description -l pl
22 BBrun to narzêdzie do uruchamiania dla BlackBoksa. Mo¿e byæ
23 uruchamiane w szparze lub w trybie cofniêtym, wiêc mo¿e byæ przypisane
24 do klawisza z bbkeys. Ma tak¿e listê historii ostatnio wywo³ywanych
25 poleceñ.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__make} -C bbrun \
32         CC="%{__cc}" \
33         CFLAGS="%{rpmcflags} `pkg-config --cflags gtk+-2.0`"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -D %{name}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc Changelog README
45 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.099486 seconds and 4 git commands to generate.