Philip Prindeville wrote: > Is there a brief description of what's needed to add a new package to > the environment? > > I'd like to use "vim" instead of the Busybox version of vi [sic]. Not > having regex's is just too painful. ;-)
What are you attempting to do with vi that you can't do? I've done search and replace using this syntax: %s/searchword/replaceword/g That works fine. I you wanted to add a package you'd want to follow one of the simpler packages for an example of what you need to do. iftop is an example of a dead simple package. Depending on the package and how it builds, you may need to adjust. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
