diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120410/da488c0d/attachment-0001.obj')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120410/da488c0d/attachment-0001.obj | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120410/da488c0d/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120410/da488c0d/attachment-0001.obj new file mode 100644 index 000000000..3d94383c6 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120410/da488c0d/attachment-0001.obj @@ -0,0 +1,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
\ No newline at end of file |