SINP beta 1 released
May 19, 2007
It’s been a while, but SINP beta 1 has finally been released. I’m hoping to get some beta testers from the slackbuilds.org mailing list so I can squash out the last few (or more
) bugs and finish up the documentation before releasing the final 0.1 release.
If you’ve used SINP before, the operation has changed. Now, the switches -s, -d, and -p tell SINP where to stop in the search, download, package, install process. The default behavior is to go ahead and install the package made from the SlackBuild.
If you are interested in beta testing (or have any feature requests/suggestions) feel free to leave a comment here, or use the trackers on the sourceforge site.
You can download SINP here.
Entry Filed under: Uncategorized. Tags: Command Line, Enhance Slackware, Shell, Shell Scripting, SlackBuilds, Slackware, software.
2 Comments Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1.
Ben | July 22, 2008 at 4:40 am
I needed to change the line
sourceDownload=`grep DOWNLOAD $TMP/$slackbuildProg/*.info | cut -d ‘=’ -f2`
to
sourceDownload=`grep DOWNLOAD $TMP/$slackbuildProg/*.info | cut -d ‘”‘ -f2`
so that it would work (= changes to “). Also, INSTALL mentions as slackbuild for SLIP but I don’t see one. Does it exist?
2.
Ben | July 22, 2008 at 4:43 am
Sorry that comment should have been under the beta2 announcement … and it’s SINP not SLIP, of course!