summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120410/da488c0d/attachment-0009.obj
blob: 3d94383c64b7e9ba8997e2e17040e52bae36c332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Name:           optidesk
Summary:        Tool to configure .desktop files to run with optirun
Group:          Graphical desktop/Other
Version:        0.1
Release:        1
URL:            https://github.com/Bumblebee-Project/optidesk
License:        GPLv3
# source from git repo git://github.com/Bumblebee-Project/optidesk.git
Source0:	%{name}.tar.xz
Requires:	bumblebee

%description
This tool is intended to be an easy way of configuring your desired
applications to be run through Bumblebee. It will allow to create
and modify a menu entry with an alternative (Optirun) version of the
default launcher.

%files
%{_bindir}/%{name}


%prep
%setup -qn %{name}

%build
autoreconf -fi
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%changelog
* Mon Mar 19 2012 Simple <simplew8@gmailcom> 3.0-1
- initial package