Building Packages
m (typo) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 20: | Line 20: | ||
Save the file into the directory we just created e.g. BuildPackages with the name ''component.xml''. | Save the file into the directory we just created e.g. BuildPackages with the name ''component.xml''. | ||
| − | 3. Now we will create a new directory for the applications we | + | 3. Now we will create a new directory for the applications we wish to create a package for within the directory we created in the first step(we need to do this for each application we wish to package). So for example if we wanted to build a package of YummyToast for example. Then we would create a sub directictory called ''yummytoast''. |
[[Category:HowTo]] | [[Category:HowTo]] | ||
[[Category:PiSi]] | [[Category:PiSi]] | ||
Latest revision as of 11:47, 2 September 2007
Section One
First we will create a local directory which is going to be used for when we build the packages on our machine.
1. First create a directory within your home directory called BuildPackages or something similar e.g. /home/tuxedup/BuildPackages/
2. Next open up a text editor e.g. Kwrite and paste in the following text;
<PISI>
<Name>applications</Name>
<LocalName xml:lang="tr">Uygulamalar</LocalName>
<Summary xml:lang="tr">Pardus kullanıcıları için seçilmiş uygulama programları</Summary>
<Description xml:lang="tr">Uygulamalar, internette gezinmek gibi iyi belirlenmiş kullanım alanlarına hitap eden programlardır</Description>
</PISI>
Save the file into the directory we just created e.g. BuildPackages with the name component.xml.
3. Now we will create a new directory for the applications we wish to create a package for within the directory we created in the first step(we need to do this for each application we wish to package). So for example if we wanted to build a package of YummyToast for example. Then we would create a sub directictory called yummytoast.