Proposed features

Tim Lauridsen tim.lauridsen at googlemail.com
Mon Feb 11 13:57:17 UTC 2008


Jakub 'Livio' Rusinek wrote:
> Hi,
> 
> I proposed some features for Fedora. They might not be accepted, but 
> it's worth a try.
> 
> * http://fedoraproject.org/wiki/JakubRusinek/DRAFT%3A1clickInstall

I have made a little app doing the same stuff.

bzr branch http://timlau.fedorapeople.org/bzr/easyinst
cd easyinst

sudo ./easyinst.py app.ini

it is using an ini file instead of xml looking like this

[livna]
type=repository
method=rpm
url=http://rpm.livna.org/livna-release-8.rpm

[gstreamer-plugins]
type=addons
name=Gstreamer plugins to play MP3,Xvid etc.
desc=Gstreamer plugins to play MP3,Xvid etc.
method=yum
repo=livna
packages=gstreamer-plugins-bad,gstreamer-plugins-ugly


[nvidia]
type=drivers
name=Nvidia Drivers
desc=Nvidia Closed Source Driver with 3D support.
method=yum
repo=livna
packages=kmod-nvidia

[yumex]
type=application
name=Yum Extender
desc=A GUI for the yum package manager
method=yum


It is very easy in development, but it works.

Tim




More information about the fedora-devel-list mailing list