<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Callum Lerwick wrote:
<blockquote cite="mid1144776374.30844.18.camel@hamburger.booze"
 type="cite">
  <pre wrap="">On Mon, 2006-04-10 at 12:41 -0400, sean wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Mon, 10 Apr 2006 15:14:22 +0200
Tim Lauridsen <a class="moz-txt-link-rfc2396E" href="mailto:tla-ml@rasmil.dk"><tla-ml@rasmil.dk></a> wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">I just want to code a easy way to install things, not try to break any 
patent, i will not include anything illegal into yumex, but people 
located i place where software patents don't exist, can make a wizard 
plugin to install the stuff hosted in places like livna or freshrpms.
I same way as yum and rpm can be used to installed patent releated 
stuff, but it is not the purpose of the application.
      </pre>
    </blockquote>
    <pre wrap="">It's already possible for a user to click-install a rpm that adds 
many repo entries without the need for a wizard.  After that 
calling up yumex to install whatever packages are desired is easy.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What you want is the package install metafile thingy I recommended in
the long painful ESR thread. Just a text file with a list of packages to
pull in. Give it an extension and a mime type, and associate it so you
can click on one in a web browser and have it open in yumex/pirut. Then
with two clicks you can install whatever. Something like this:

[enablerepo]
livna

[install]
xorg-x11-drv-nvidia
kmod-nvidia

Or maybe reduce it to a single click:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

releasepkg=<a class="moz-txt-link-freetext" href="http://rpm.livna.org/livna-release-5.rpm">http://rpm.livna.org/livna-release-5.rpm</a>
gpgkey=<a class="moz-txt-link-freetext" href="http://rpm.livna.org/RPM-LIVNA-GPG-KEY">http://rpm.livna.org/RPM-LIVNA-GPG-KEY</a>

[enablerepo]
livna

[install]
xorg-x11-drv-nvidia
kmod-nvidia
  </pre>
</blockquote>
It was something like that i was thinking of.<br>
<br>
Tim<br>
</body>
</html>