diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120410/da488c0d/attachment-0001.obj | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
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 |