I have a need to build a package for the latest SVN of indilib (an astronomical telescope control library) because of a bug in the driver for my telescope in the current release, that is supposed to be fixed in the upcoming version.
I think most of what I need to do is reasonably clear, but I'm not sure whether it's possible to directly specify an SVN download in the <Archive> tag of pspec.xml, (an alternative is to use the daily(?) development tarball.).
The Archive tag in the current pspec.xml is:
<Archive sha1sum="70b6a4cf4447874a0cf65dd8ece2d77dc397826d" type="targz">mirrors://sourceforge/indi/libindi0_0.6.tar.gz</Archive>
The url of the snapshot is:
http://indi.svn.sourceforge.net/viewvc/indi.tar.gz?view=tar
The svn checkout is:
svn co https://indi.svn.sourceforge.net/svnroot/indi indi
What do I need to put into the Archive tag?