add samba-tng to the packmgr repo

svn path=/trunk/; revision=23724
This commit is contained in:
Klemens Friedl 2006-08-26 18:43:44 +00:00
parent c5c008ec96
commit b5e0a940b1
3 changed files with 17 additions and 0 deletions

View 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

View 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>

View file

@ -7,6 +7,7 @@
<!--<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="Putty" file="putty.xml"/>
<node name="Samba-TNG" file="samba-tng.xml"/>
<node name="TuxPaint" file="tuxpaint.xml"/>
<!--<node name="Tiny Webserver" file="tiny.xml"/>--> <!-- Needs Zip support -->
</tree>