]> git.pld-linux.org Git - packages/bbrun.git/blame - bbrun.spec
- raw from ALT Linux.
[packages/bbrun.git] / bbrun.spec
CommitLineData
1508edf6 1Name: bbrun
2Version: 1.4
3Release: alt1
4
5Summary: A simple run window with dropdown history list
6License: GPL
7Group: File tools
8
9Url: http://www.dwave.net/~jking/bbrun/
10Source: %name-%version.tar.bz2
11Patch: %name-1.4-alt-make.patch
12
13Requires: common-licenses
14
15# Automatically added by buildreq on Mon Feb 24 2003
16BuildRequires: XFree86-devel glib-devel gtk+-devel xpm-devel
17
18%description
19BBrun is a run utility for BlackBox which can be run in the slit or
20in withdrawn mode so that it can be bound to a keystroke from bbkeys.
21It also features a history list of the most recent commands.
22
23%prep
24%setup -q
25%patch -p1
26
27%build
28%make_build -C %name
29
30%install
31%__install -pD -m755 %name/%name %buildroot%_bindir/%name
32%__install -pD -m644 %name/%name.xpm %buildroot%_miconsdir/%name.xpm
33%__ln_s -f /usr/share/license/GPL-2 COPYING
34%__mkdir_p %buildroot%_menudir
35%__cat <<EOF >%buildroot%_menudir/%name
36?package(%name): \
37 command="%_bindir/%name -w" \
38 needs="x11" \
39 icon="%name.xpm" \
40 section="Applications/File tools" \
41 title="BBrun" \
42 longtitle="A simple run window"
43EOF
44
45%post
46%update_menus
47
48%postun
49%clean_menus
50
51%files
52%_bindir/%name
53%_menudir/%name
54%_miconsdir/%name.xpm
55%doc Changelog README
56%doc --no-dereference COPYING
57
58%changelog
59* Mon Feb 24 2003 Alexey Tourbin <at@altlinux.ru> 1.4-alt1
60- initial revision
This page took 0.024641 seconds and 4 git commands to generate.