> Okay.. I'm stupid.. I copied the source dir for pine
> and there are a couple of diff files and prototypes..
> what do I do to compile this?
Well, the prototype file is used by protopkg to make Slackware packages.
That's a new unsupported package creation utility that we use to make
packages for the port. You can look at the prototype file and see the
exact steps that are used to build the package. The compile() function
does the building, so follow those steps to build the source exactly like
I do.
A few variables you might want to know about...
$TMP is the temporary directory, usually /tmp
$CWD is the directory holding the source for the package you're making.
For example, if your source is in /tmp/pine, $CWD needs to be set to
/tmp/pine.
Set those two variables and you can just cut and paste lines out of the
compile() function to make pine.
-- Chris Lumens - chris@slackware.com - KG6CIH @n=(-42,-85,-83,-19,65,2,-10,-10,-15,-3,2,-10,73,-4,8,-4,2,79,8,17,15,7,14,2); print map{chr(-$n[$i++]+ord)} sort(split(//,'place random string here')),"\n";
This archive was generated by hypermail 2b30 : Fri May 09 2003 - 10:00:02 PDT