mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
add samba-tng to the packmgr repo
svn path=/trunk/; revision=23724
This commit is contained in:
parent
c5c008ec96
commit
b5e0a940b1
3 changed files with 17 additions and 0 deletions
9
rosapps/packmgr/tree/samba-tng.inst.rps
Normal file
9
rosapps/packmgr/tree/samba-tng.inst.rps
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Sub Main
|
||||||
|
' ToDo: Choose from different mirrors
|
||||||
|
download "http://svn.reactos.org/packages/samba-tng.exe", "samba-tng.exe"
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Sub After
|
||||||
|
shell samba-tng.exe
|
||||||
|
' ToDo: Delete samba-tng.exe
|
||||||
|
End Sub
|
7
rosapps/packmgr/tree/samba-tng.xml
Normal file
7
rosapps/packmgr/tree/samba-tng.xml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<package>
|
||||||
|
<name>Samba-TNG</name>
|
||||||
|
<version>snapshot</version>
|
||||||
|
<description>The tiny, fast and portable CIFS-Suite.</description>
|
||||||
|
<scripts inst="samba-tng.inst.rps"/>
|
||||||
|
</package>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
<!--<node name="mPlayer" file="mplayer.xml"/>--> <!-- ToDo: Choose a good one from all the installers and frondends -->
|
<!--<node name="mPlayer" file="mplayer.xml"/>--> <!-- ToDo: Choose a good one from all the installers and frondends -->
|
||||||
<!--<node name="OpenOffice 1" file="openoffice.xml"/>--> <!-- Needs Zip support -->
|
<!--<node name="OpenOffice 1" file="openoffice.xml"/>--> <!-- Needs Zip support -->
|
||||||
<node name="Putty" file="putty.xml"/>
|
<node name="Putty" file="putty.xml"/>
|
||||||
|
<node name="Samba-TNG" file="samba-tng.xml"/>
|
||||||
<node name="TuxPaint" file="tuxpaint.xml"/>
|
<node name="TuxPaint" file="tuxpaint.xml"/>
|
||||||
<!--<node name="Tiny Webserver" file="tiny.xml"/>--> <!-- Needs Zip support -->
|
<!--<node name="Tiny Webserver" file="tiny.xml"/>--> <!-- Needs Zip support -->
|
||||||
</tree>
|
</tree>
|
||||||
|
|
Loading…
Reference in a new issue