sidux.com
Menu

News

Give back
Last 3 Contributions
04-01-2009 20.00
01-01-2009 20.00
31-12-2008 15.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
rueX
Post subject: Meta-Pakete / metapackages sidux  PostPosted: Feb 19, 2007 - 12:39 PM



Joined: Dec 02, 2006
Posts: 292

Status: Offline
Sehr gerne würde ich loslegen, um die Pakete und die Abhängigkeiten, die ich sowieso jedesmal neu installiere -

auch zugänglich machen für alle sidux - er-Leute.

Aber irgendwo ist die HowTo für Erstellung für Meta-pakete verlorengegangen ?? Im wiki - war doch einmal ein LINK zum ubuntu-howto-make-metapackages ....

So-etwas in der Art such ich grad, um mal loszulegen . . .

wo iss ne Beschreibung, wie und woraus ein Meta-Package-Erstellung abzuhängen hat . . .

,-)

rue
 
 View user's profile Send private message  
Reply with quote Back to top
libra
Post subject: RE: Meta-Pakete / metapackages sidux  PostPosted: Feb 19, 2007 - 01:05 PM



Joined: Dec 01, 2006
Posts: 59
Location: Dortmund
Status: Offline
meinst das > http://forum.ubuntuusers.de/topic/42062/previous/

_________________
Zitat von Dieter Hildebrandt: Die Menschen muß man vor den Kopf stoßen, damit sie lernen ihn zu gebrauchen.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
hjt
Post subject:   PostPosted: Feb 19, 2007 - 09:41 PM



Joined: Nov 27, 2006
Posts: 259
Location: Austria
Status: Offline
Hi,


ich habe jetzt mal FLL_PRE_PROCESSING und FLL_POST_PROCESSING
apt-get update
apt-get install-meta

Code:

#!/bin/bash
 
FLL_DESCRIPTION="A multiplatform and multilingual office suite and an open-source project"
 
FLL_PRE_PROCESSING=(
        "#!/bin/bash"
        "echo \"---- in preprocessing ----\""
        "# paste your code here"
        "echo \"---- preprocessing done----\""
)
 
FLL_PACKAGE_DEPMODS=(
)
 
FLL_PACKAGES=(
        openoffice.org
        openoffice.org-kde
        myspell-en-gb
)
 
FLL_POST_PROCESSING=(
        "#!/bin/bash"
        "echo \"---- in postprocessing ----\""
        "# paste your code here"
        "echo \"---- postprocessing done----\""
)
 


example see
/usr/share/install-meta/fluxbox.bm <-- ungetestet
vielleicht kann das mal wer testen, ACHTUNG, very alpha


Horst
 
 View user's profile Send private message  
Reply with quote Back to top
rimach
Post subject:   PostPosted: Feb 20, 2007 - 08:53 PM



Joined: Dec 04, 2006
Posts: 45

Status: Offline
Das funktioniert gut soweit Very Happy Very Happy Very Happy

Ich konnte auf diese Weise AcetoneISO installieren, für das ich kein Repository kenne Wink

Code:
#!/bin/bash

FLL_DESCRIPTION="Acetone ISO"

FLL_PRE_PROCESSING=(
   "#!/bin/bash"
   "echo \"---- in preprocessing ----\""
   "echo \"Downloading AcetoneISO ...\""
   "wget -c http://digilander.libero.it/acetoneiso/AcetoneISO-6.6.deb"
   "echo \"---- preprocessing done----\""
)

FLL_PACKAGE_DEPMODS=(
)

FLL_PACKAGES=(
   kommander
)

FLL_POST_PROCESSING=(
   "#!/bin/bash"
   "echo \"---- in postprocessing ----\""
   "echo \"Installing AcetoneISO ...\""
   "dpkg -i AcetoneISO*.deb"
   "rm AcetoneISO*.deb"
   "echo \"AcetoneISO installed!\""   
   "echo \"---- postprocessing done----\""
)


Super Arbeit hjt!
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2009 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio