]> git.pld-linux.org Git - SPECS.git/blob - menumaker.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / menumaker.spec
1 Summary:        Menu generation utility
2 Name:           menumaker
3 Version:        0.99.7
4 Release:        0.1
5 License:        BSD
6 Group:          X11/Window Managers/Tools
7 Source0:        http://downloads.sourceforge.net/project/menumaker/MenuMaker/%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  a54cb7ec32db1bc8e04218e0be727b1e
9 URL:            http://menumaker.sourceforge.net/
10 BuildRequires:  python
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 MenuMaker is a menu generation utility. It is capable of finding lots
15 of installed programs and generating a root menu consistent across all
16 supported X window managers, so one will get (almost) the same menu no
17 matter what window manager is selected. It is pure Python application
18 hence it runs on every relevant system. Supported X window managers
19 (As of 0.99.6)
20
21 BlackBox Deskmenu FluxBox IceWM OpenBox, version 3 PekWM WindowMaker
22 XFCE, version 4
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} -j1 install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS
43 %attr(755,root,root) %{_bindir}/mmaker
44 %dir %{_libdir}/menumaker
45 %{_libdir}/menumaker/*
46 %{_infodir}/mmaker.info*
This page took 1.03561 seconds and 3 git commands to generate.